Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,843 transactions (5.09 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (8 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,296 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,235 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,295 (832,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,416 76,416 00000000002131312f15f9f10e208be438aafa58318b4ec0c7688d8c9c840257 0.00 MB 2 0
76,415 76,415 000000000012747697b0faa442493277cab1df6f2b1e33f89587b98478e2569f 0.00 MB 2 0
76,414 76,414 00000000003064757d44342bc353fe97ae2ddd4f2e13a6c023a57327566e0aef 0.00 MB 1 0
76,413 76,413 0000000000372c298d9f30e4f3c63512e9db59813baaf8690f0b5805f529575f 0.00 MB 2 0
76,412 76,412 0000000000408f43c290303d098102c07385bffc471eb272673f034da0b170f5 0.00 MB 3 0
76,411 76,411 00000000005a65cce7770d295acbc0997bc29943e1a282684f2122792d4cb3db 0.00 MB 2 0
76,410 76,410 0000000000306c313083f8b976a40e01d56307e39e0159a252e2843137996e21 0.00 MB 1 0
76,409 76,409 000000000050f55dea98c00c1f3d39e7d67e5e985bcbd5157b762d5835af180d 0.00 MB 2 0
76,408 76,408 00000000005696b65972c27a3dbb0d67e42819e2f9a5d5e4367e9db67ac6440d 0.00 MB 1 0
76,407 76,407 00000000003e2809007b39078e226ed719f5fdf2af239908af27711adca7d188 0.00 MB 3 0
76,406 76,406 00000000003c89f5ba70afac664b08341282eb49686992a4f907c2db6431b19b 0.00 MB 1 0
76,405 76,405 0000000000314cb1dfceb5cd298e80c4a3ca72c1fb9c50ab25c06c8b06757f97 0.00 MB 1 0
76,404 76,404 0000000000143aee1be06dcd9be30cd445d74afece942149e1012c145dfc926e 0.00 MB 1 0
76,403 76,403 000000000069165b6a7f72a4ca58749c8b3abc855d202a9451c25a41b787c8e7 0.00 MB 2 0
76,402 76,402 000000000022817c948591c125cec6e45c0b1ad40d6edbb92f3321fafa9dde74 0.00 MB 1 0
76,401 76,401 00000000005f1c3dd6e6d550270aecd278fab76ce87c2948b6570265edc30c04 0.00 MB 2 0
76,400 76,400 000000000058701a88a0fe3f57c7108e5a666aef1c800683175e615c058907c2 0.00 MB 1 0
76,399 76,399 00000000002c87aae56eca3911b7f5a414cb8403499c791361b9c9439cf773cf 0.00 MB 1 0
76,398 76,398 00000000006599373ada5d56e5b56a26d6a6fea4ef2f598214d240310a396271 0.00 MB 1 0
76,397 76,397 00000000000ef22ead59dfd27e9dc18c99353502e1843526d5951a5391ae50ba 0.00 MB 3 0
76,396 76,396 000000000028b33e2c8c50162d8a203b3e7a34366443313520ead198f3f02be4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,055.86 GB sent, 108.56 GB received

Notes

  • This page updates every 5 seconds.
  • 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.