Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,684 transactions (5.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,066 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (872,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,600 38,600 00000000235d708630407b70ec9470ebf771bddd046488aa0bc1dda31f41710a 0.00 MB 1 0
38,599 38,599 000000004ebd4a02a0dbb2df8baef8a32071d44ea8b5d987fe45fef98ea182d5 0.00 MB 1 0
38,598 38,598 000000005584f9a6e5c6b6654ef0381bdedf972c4f8c48c37fecb7659c30b53a 0.00 MB 1 0
38,597 38,597 00000000440a5436526fc7fce0622923e4efa309ad2abc70ac16683204259d85 0.00 MB 1 0
38,596 38,596 000000003dc98a58581513e103d7964ed58ac4e986b14b1a61674a56801cd16d 0.00 MB 1 0
38,595 38,595 000000004382b61f639ee9a31af1812e51074ecc00fbd6c30ec4376785c06030 0.00 MB 1 0
38,594 38,594 000000000c5034889f9a3d27f03e65b89bb04512741a0061a6610eeeec394ef7 0.00 MB 1 0
38,593 38,593 00000000394b536d67bd27b7df8c05e35a959e18947954128d50206ec149e761 0.00 MB 1 0
38,592 38,592 00000000038eb32ae767f2b36733febc571d1a0524126d3bfe0d33927d3edf07 0.00 MB 1 0
38,591 38,591 0000000077c168e1988dcc753c2ac17ddfa4dd1071c80cd9ca0d5418ce99c1fc 0.00 MB 1 0
38,590 38,590 000000004fcbca6e737e2ed7af6610aa791eecc196074bac064b1a5c9b863351 0.00 MB 1 0
38,589 38,589 000000002d1d09ce523f2ccecc6cd194286e1af45cab4a7f443d061410f9230d 0.00 MB 1 0
38,588 38,588 0000000012cd1f9c7e9725b6cc948070bf2b5bdf7f0306b360af86d34f165513 0.00 MB 1 0
38,587 38,587 000000003318f30163ab5acbf234d7d774d081884b7b483fa7cbfe1d98cc0f16 0.00 MB 1 0
38,586 38,586 000000005e1169d521a78461c9949eba3f3fb6b7e11ea1b268661afd125e0bc5 0.00 MB 1 0
38,585 38,585 0000000031f6f438b92d8b52aaf7067473454d3cc5adb514126d5cc3a9b95ffa 0.00 MB 1 0
38,584 38,584 00000000614a69fda2abd8db14a69820bd8d553089f897e3611984eb8ef47e81 0.00 MB 1 0
38,583 38,583 0000000078f1beb05989e0d19c3669fd78ee98794f2257151e75661168ce29a3 0.00 MB 1 0
38,582 38,582 000000008addb5be45dc75256eb665b3043d66881925de1cc21601d28f8873a9 0.00 MB 1 0
38,581 38,581 000000002199404658004eb007f8800114bce478404cddcd5773eed5e23b4324 0.00 MB 1 0
38,580 38,580 000000005399144a59cf39eebb77757edc74d088fc3c4e5a88734e2ae8f917ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.23 GB sent, 121.28 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.