Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

949 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,602 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,601 (874,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,712 34,712 000000002f159d61974db342258dd86912c2bb7cd123895b144fb7a73c918211 0.00 MB 1 0
34,711 34,711 000000005e8714d0f94c719e3c975c06f36480d231988041f1113d3dc8f98c93 0.00 MB 1 0
34,710 34,710 00000000a03c9a4ab5ed2e858e900bb725237af10751bcd6dae5e6a59386d75e 0.00 MB 1 0
34,709 34,709 000000002222fb9068d8ec57c7107b95bb584be5d6939989f80a4160eb5ad4cb 0.00 MB 1 0
34,708 34,708 0000000069b5cd4383753c1bdef676c64e64c5069eebe088897108065b8174c6 0.00 MB 1 0
34,707 34,707 00000000b6f4dee17819349771767316e2fd86e528d43b8acb80a603aec398ff 0.00 MB 1 0
34,706 34,706 00000000b601a00444838f516e5fe3a8aeca33c8d55fe3a765c837249b7d8f80 0.00 MB 1 0
34,705 34,705 00000000533fb0b0ebc9b1275c5fd35ff6f202a01669fd4a89e8195fe72add92 0.00 MB 1 0
34,704 34,704 00000000a4ae3e59231367967d1a078740e24b9b05346209cc836bd779dc5809 0.00 MB 1 0
34,703 34,703 00000000802c852fde2d033e7f4aeb7ffd4e087eb6da86b973b2514424a93c40 0.00 MB 1 0
34,702 34,702 00000000bbba05a1f3a98e9fa635d2caa495d7e924133e1d1723b68d025bdcb0 0.00 MB 1 0
34,701 34,701 000000007edb706cf26beabcf52f311755e61f5171ddf4f9391f4b43d207383a 0.00 MB 1 0
34,700 34,700 0000000074394675015cdf17d3fcb3ef9ae2b4aa0ec0722d26c60c6a7352adbe 0.00 MB 1 0
34,699 34,699 00000000b2be67f7a8af18fa92230f342407888fd515ace95cdceaa25303f249 0.00 MB 1 0
34,698 34,698 00000000728165f9c39489f3e1de99cccebe377563ec4a7d00854f83ccadec12 0.00 MB 1 0
34,697 34,697 000000007ce6824721f4e3275182d741dd621bd1b17bf1702522865dd58d4cc7 0.00 MB 1 0
34,696 34,696 000000007a5b7e590c5242ef91d3c7d5ae84d49b694a21569c4c19a6f80b63ba 0.00 MB 1 0
34,695 34,695 00000000ab33820894686a8580db2b6302c7d5772a09eebccb6d868319f4819c 0.00 MB 1 0
34,694 34,694 00000000804375a5715d2daac21a4661b0308450c6f40e882cb436534e3d5407 0.00 MB 1 0
34,693 34,693 000000006a8859c73307f38028b0501c239ee4a35354a3fc2b32253cafbfe03b 0.00 MB 1 0
34,692 34,692 00000000620c4da91fb1519c788d3ddb42f1b5689cb39433a510f7928bd36384 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,099.04 GB sent, 111.65 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.