Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,457 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,562 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,561 (839,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,518 71,518 000000000090e237c4a515f07a0d4ea8aba3bb385dd5508b44235f2c0d0b090e 0.00 MB 1 0
71,517 71,517 00000000009c3d0e31581aacddb292b2f7040516d36bc4409abf841827779a3c 0.00 MB 1 0
71,516 71,516 0000000000e77131b835e6564b729dfe949b4ef8f1c8720e71dcbc9bc65387ea 0.00 MB 1 0
71,515 71,515 000000000077c377ace56650a6aeb2e253435eb28d7a5805f9f138190dc64fc2 0.00 MB 4 1,481
71,514 71,514 00000000007eb80e146a78e1ef7cbd3a4d05718e409a3792b4ad4ed7fd4528ca 0.00 MB 1 0
71,513 71,513 000000000085a15f345fccb6b2b7bc2bf08cc3352882273b3c56fa21458c433f 0.00 MB 1 0
71,512 71,512 000000000025de3dc73f0445efcd4dae465801813dd44d6918c2d254ef21b29f 0.00 MB 1 0
71,511 71,511 00000000007c0fdf0fd65f94adb5968ad7278f691f03ac09bd29f53d6c80cb1b 0.00 MB 1 0
71,510 71,510 0000000000acc2cbb60c8aa135c4e9efe4b6bbdacee1a8afdec9974d5e9ad3a3 0.00 MB 1 0
71,509 71,509 0000000000ab6f5971a54323934352c1e5946e653710692555d1b35bfe60609c 0.00 MB 4 2,590
71,508 71,508 00000000006a917e2ace085fe0126e1b8a2fbd5d43450ca0fe9c3108478a7407 0.00 MB 2 0
71,507 71,507 00000000010af1e29f0300aad2e3ce8472d057076105e63426ded68bebd10ba8 0.00 MB 1 0
71,506 71,506 000000000012fbe90afe6fee43879e652e032638c880f975f16f2d56bba8f793 0.00 MB 1 0
71,505 71,505 0000000000058f15125d01bf27eab792decb5323040195d263dd44a90a33795c 0.00 MB 1 0
71,504 71,504 0000000000db6f93ad5ca460e5869053e9b33295c837f0e7c358a49e47b95dac 0.00 MB 1 0
71,503 71,503 00000000007cf939e267c1001bd3128a9f383f7cce62943267203615a41b5339 0.00 MB 1 0
71,502 71,502 000000000040dc4f3291b78c747a5b528865ed17abe1377d74343444797905c9 0.00 MB 1 0
71,501 71,501 0000000000c6144ba8e9d025f70ffaf7f6c2ebc507ffea9d22ed77b98cde3457 0.00 MB 1 0
71,500 71,500 00000000007395951552c84e7527b1883f0c6416cabc75f4ffaf181e21c22a50 0.00 MB 1 0
71,499 71,499 00000000005acd53024b4bdee626efe9dda8d0969cea8a20b0a8df2314937ddb 0.00 MB 1 0
71,498 71,498 00000000002e16f568c4452ade6db3c1b49706084c6545f343c010eca1d595bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.55 GB sent, 120.63 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.