Loading Tool

Explorer IconExplorer

Memory Pool

48,082 transactions
29.18 vMB
0.07015994 BTC
Random Selection Loading Transactions
Max Size: 155.88/200 MB

Candidate Block

Mining Attempt 2273e381cfbda3b6eab6835b543a998fd7b71e809326ffe6b0b61db9b90f24b3
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 2e030749800f0f57fab72ffbf96694e2cacabec54615dcf052260bbb5b43ceb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.01387656 BTC
Feerates: 132.00 > 1.39 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (425,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,318 489,318 000000000000000000e609a10b0c5c3470821fa6e810734028225d4acf9819ab 1,488 0.87/1.00 vMB 26
489,317 489,317 000000000000000000a8a731223eb9aceafb0db757c8d1ec16b677810e0643aa 531 0.54/1.00 vMB 91
489,316 489,316 000000000000000000502f02cb4f88c7127826226a6c0e70a1b251a3c1764618 2,506 1.00/1.00 vMB 87
489,315 489,315 000000000000000000e2eeeb62e5d5f39a6285e21a2e334fcd3525f58f3af499 2,441 1.00/1.00 vMB 8
489,314 489,314 0000000000000000007cba104ec0dbed09181f14b72fa0baed79b36ea79d639b 1,685 0.91/1.00 vMB 28
489,313 489,313 0000000000000000001c4f179595b7b351dfee6e02e11c3cf4042337625a9184 1,860 1.00/1.00 vMB 112
489,312 489,312 000000000000000000f53bb19f9c86e983228dbedef7c6d752378a732a377ac9 2,150 1.00/1.00 vMB 139
489,311 489,311 000000000000000000d3ff75db14586b637714678b887966bdd3edf8c8521606 2,321 1.00/1.00 vMB 166
489,310 489,310 000000000000000000860143a86c8653e4fe4c682eb277618efd7e136fc6206f 2,098 1.00/1.00 vMB 97
489,309 489,309 00000000000000000012090f3b07a8e78728bed2e94f5ea966f134ebe018e1b3 1,578 1.00/1.00 vMB 168
489,308 489,308 000000000000000000d9ffd4db054acbd0464e87e7e7bf7805c6ecd6c2859568 2,292 0.96/1.00 vMB 93
489,307 489,307 000000000000000000983ac9b9014cbcbfb5ee17f16d82203b46bea08a6a90e6 2,032 1.00/1.00 vMB 61
489,306 489,306 00000000000000000095d73349c2123d09f82b2c1aa8f465a5f416eda92dbc58 2,191 1.00/1.00 vMB 119
489,305 489,305 000000000000000000e0f7f789dd6cb2dc449a3f5724631adb77f140b773d823 2,093 1.00/1.00 vMB 143
489,304 489,304 0000000000000000007e516efd01d71c21e989e5003f050a40c6dbc859e541e8 2,733 0.98/1.00 vMB 192
489,303 489,303 00000000000000000023b8e865e31c698928b988aafb923a890fedd20c47400e 1,675 0.96/1.00 vMB 155
489,302 489,302 000000000000000000a01dd4032a7aff8802f4b0bc439f39ff445d68ffea7d58 1,818 1.00/1.00 vMB 9
489,301 489,301 0000000000000000001cb6c545d6340893c206d40b6b130222896e6666767a5a 1,859 1.00/1.00 vMB 66
489,300 489,300 0000000000000000009f8f3d2e1c4056e5c69f6e2c71fbc8d84168369cd03f34 1,919 1.00/1.00 vMB 17
489,299 489,299 000000000000000000b6074dec20696c7bea2e211fb96f00e6fdc1bca7f12a1e 2,107 1.00/1.00 vMB 142
489,298 489,298 000000000000000000cc26dd086509d3cec8ce9ba4e0492242e992b5939fc733 2,272 0.91/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.47 GB
    • Received: 13.58 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.