Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,265 transactions (0.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,394 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,393 (846,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,122 64,122 0000000001c350cd5d25390a73d9932feebe27458f09e3eff1b1fcebd3f72cf0 0.00 MB 1 0
64,121 64,121 00000000069447ff63ead035591d638a8f22bc8d8797864f9022074248a03a41 0.00 MB 2 0
64,120 64,120 000000000cc40fb281c658bfa6cca66e22a7c02ad54e015dc0087748502585a0 0.00 MB 2 0
64,119 64,119 0000000009ddc7c69e382bf2e5d49a1c3e8ebdf0248c60562f3f17cf8b0073a0 0.00 MB 1 0
64,118 64,118 00000000043fc4dbac5643a6fa37e25410d929aa15c51de9119c9bca70a0ef45 0.00 MB 1 0
64,117 64,117 000000000cb4538887ba020f6179c6c8bfc418729431ddd999a77a5f05954b4a 0.00 MB 1 0
64,116 64,116 000000000504ffe38e54fbb19f01547c2741e2c0f3fb1a2c9cfe3780ed35dd01 0.00 MB 1 0
64,115 64,115 0000000004a63f9ea33b3ef8ddb650c4b3738e4d96b0db799367c796c32d85c4 0.00 MB 1 0
64,114 64,114 000000000ce6f90e83c76991c1a286f988027c23db8fba0e0c11d5e775bce049 0.00 MB 1 0
64,113 64,113 0000000004c93f6dc6d909ae090e9cbca564bbedfd5385d8ac3785ad0ce8c14e 0.00 MB 1 0
64,112 64,112 000000000108a42498a19df75f5790a136b6595662dc6578d362d84cd14defa3 0.00 MB 1 0
64,111 64,111 000000000bdb98f124dd6bbd96a91efd3408758a04d307285eee80a1f251eb79 0.00 MB 1 0
64,110 64,110 0000000003c4e4357ea31dda897ab0b0bb597bf47586ee3693a5f7bb68cbbd9b 0.00 MB 5 0
64,109 64,109 0000000006cc9d219f46d5058588c9c02afe93ee9cc70b83a161be60524a3340 0.00 MB 1 0
64,108 64,108 000000000c9e3cfe1d6afb9a8017005f2aabc4395da00235a613b87bb0b29975 0.00 MB 1 0
64,107 64,107 00000000024385a7dc4f0a1c6636e2100d2ce9bcf94f4105ab86140df2cbbab7 0.00 MB 1 0
64,106 64,106 000000000721a3afdea167476ab2a30b0b40d967a05534888dd3e27d1c41832b 0.00 MB 1 0
64,105 64,105 0000000001a6d50cb92e843ab474b7cd98bda380dd9522e177e968d304a59727 0.00 MB 1 0
64,104 64,104 0000000007db4220b7541f3b5a67f18ba6d99dad09af0b7ae24f78e877db8cea 0.00 MB 1 0
64,103 64,103 00000000006b17268e7f99149fe2e7f050cadbd2b5a344ca75dc1730eda667dc 0.00 MB 1 0
64,102 64,102 0000000007b1aac4177806dfc52d4d648f10df6870d52c7343b9844299e2f505 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.82 GB sent, 119.17 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.