Loading Tool

Explorer IconExplorer

Memory Pool

25,762 transactions (3.90 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 34.08/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,582 000000000000000000022b910000000000000000000000000000000000000000 522 0.00451922 BTC 0.17 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,581 (649,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,618 262,618 000000000000000cf1566d072d1d6434b740d3e2eb71f5940cbb24387eeb245c 0.04 MB 100 48
262,617 262,617 000000000000000f9380800ce71d84e9204881bdeb8380f77da815383885edbe 0.21 MB 501 122
262,616 262,616 0000000000000000117b3267d542dff7a0ed09b244e5ea816c2788dc8e96356c 0.22 MB 544 108
262,615 262,615 0000000000000015f049ba1385cba471d02966f04adc85eca86491bcfb07f90e 0.29 MB 583 95
262,614 262,614 000000000000000799b495dd93b2702348e58b929fe2a30ea307a9256ea56c46 0.25 MB 646 131
262,613 262,613 000000000000000de26a0df77f0eda6ee1243412e49c6afbcfb9084ee95cf862 0.25 MB 450 106
262,612 262,612 000000000000000ea1e2e18397e27e5263b0864ef68f1bac0258f247e88eae59 0.07 MB 175 66
262,611 262,611 000000000000000d2320dd514e26107cef024e2b2b7c673e3755febc73024ac2 0.17 MB 330 101
262,610 262,610 000000000000000ba2b7c70f1f1cbadb0c828f434dab9e65955edde70472b85b 0.28 MB 639 57
262,609 262,609 0000000000000015b3be4714be6176b0418fc523d310651c576d69604a7d7c22 0.50 MB 1,319 220
262,608 262,608 000000000000000161fb4b8cbae56100f4c8bea52c98aa88183bb2b82bdcd064 0.17 MB 355 123
262,607 262,607 0000000000000003c2c551be937d7b901419814a607b74f8034ed4da2f1eb600 0.44 MB 815 94
262,606 262,606 0000000000000003f2b7d2f8e4e39b31ac837bd687882e3634a3e198578304bb 0.25 MB 715 237
262,605 262,605 00000000000000098171646ba3489e8f98d4bc64ae87f1331c439ae72d9bca35 0.15 MB 155 45
262,604 262,604 0000000000000015b9a0e4dae833d3f4dcbe20849dca1cd44aab1542abdc2bb5 0.10 MB 150 63
262,603 262,603 0000000000000006b6e7cf94f61a2e982fdc72d03c95d3edad1db61be24b503c 0.19 MB 254 48
262,602 262,602 000000000000000d5af7bef6a3660092fe7519af18773e953f1e5e9cc244f3ee 0.15 MB 111 40
262,601 262,601 000000000000000f20a22c7111689f9683ea2c02ce87b5ad3d6374a783e52415 0.19 MB 388 104
262,600 262,600 000000000000000adc23b77205c425c1e668f1d763bca8a8f02c22efd8542f75 0.05 MB 111 55
262,599 262,599 000000000000000b627f4add1e1fd3912d6242e950ae48a3f935a256ddf4c481 0.15 MB 237 10
262,598 262,598 00000000000000035a5a7d6ed7404695bad00890e3cbf8fba46e277548ba5877 0.22 MB 257 84
Previous 10 blocks ↓
Total Size: 778.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 52
    • Outgoing: 10
  • Data Transfer:
    • Sent: 12.10 GB
    • Received: 0.30 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.