Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,074 transactions (1.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,628 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,627 (874,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,691 34,691 00000000abbe38dff5605773ef63e88e5de6efba72de4339187b4b5edaed28f3 0.00 MB 1 0
34,690 34,690 00000000679e2e39771dcff9cb090ebe4e139f59a19d3781edab97ed7f5d988f 0.00 MB 1 0
34,689 34,689 0000000003308c29447416eba7121fc9a3f17d48f0dfb53408faf7612291a3ed 0.00 MB 1 0
34,688 34,688 0000000073273615456bb6f4c24ed807763c4cec46acb943ffddf63fa7546697 0.00 MB 1 0
34,687 34,687 00000000a13b58d9371ece391864963a5ceb6505b17cb78f8a05884303cd80f4 0.00 MB 1 0
34,686 34,686 0000000093107e96101e32de3af4dcef5cc67f442e326b2e25bb263ffb68b7e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,107.82 GB sent, 111.90 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.