Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,066 transactions (5.33 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,282 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (819,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,004 91,004 0000000000067ff116fcb59566da450abc01d79b112996c07025ff794c3c65e7 0.00 MB 4 0
91,003 91,003 0000000000006f9d4886d864261a6ddff2ad5bc2f903a6d7444a81a34a0e1217 0.00 MB 2 0
91,002 91,002 00000000000df995ddeca9f20c34c40fa5e0d223534a25c5fa7e10ed22aa60e3 0.00 MB 5 0
91,001 91,001 000000000009982bf9c88c76d0d9476c403caef7691f7c8f6bbd0aaf050c5bec 0.00 MB 9 0
91,000 91,000 00000000000573bc13322a6c97ee0076e79ba38a8e57e8f1bf790d13190321d8 0.00 MB 2 0
90,999 90,999 00000000000adb789b67bcb4c83bf4a9aa4158a69642d78af3f037d355f3b58c 0.00 MB 3 0
90,998 90,998 00000000000cd42ba9a557c8d4e1389a996939b9790a9b8724d29b9a74c7a2b3 0.00 MB 3 0
90,997 90,997 00000000000a3d4e4bd04872beb3bb46b2ab78ea37b9faee8c538d495b6fb258 0.00 MB 4 0
90,996 90,996 00000000000d4cee5c437f95381fcf1185800ecacc0ab3b6fa7122c9e8156c9a 0.00 MB 1 0
90,995 90,995 00000000000363ce08bd1244256b83c2f6ccc4a9c92551e8781c3087f9b288c2 0.00 MB 1 0
90,994 90,994 00000000000d425a416dc25373bc2b60ad4e5cba5808bff5f0f469d9bfbaf5f5 0.00 MB 2 0
90,993 90,993 000000000007f337b25e02c96aeee0babe363779d5c311fe7a4d6275f9da2bde 0.00 MB 1 0
90,992 90,992 00000000000bb5e0910b3d843ae2751c5e31f0bb6a5731a890a510786ce9eed7 0.00 MB 1 0
90,991 90,991 0000000000085d9a8df14862d585a17c832fa5d5c8fbf042ab9594b537e1499a 0.00 MB 1 0
90,990 90,990 00000000000943d1b7ee567038ef766a7e8a3ecafffd690383effe57b95a33ce 0.00 MB 2 0
90,989 90,989 000000000008e7d51bf8cc74e12e0e0e0fb53c946ed04444c707416333bf523d 0.00 MB 3 0
90,988 90,988 00000000000b0ed7b56306196e662b0b71eec4cd1b1f845ff06e67054ed47105 0.00 MB 1 0
90,987 90,987 000000000003a2b8def3b2602bfbbf53c87928780f08e4738f963ef5dd380c22 0.00 MB 3 0
90,986 90,986 00000000000be4d89c7feb6dbde10f823e215ddaaed30ad88c694f48a27f6457 0.00 MB 7 0
90,985 90,985 00000000000cbfe91e1725b0f5102f4efe5bf47bf5e6e5eeb52447cc928c061b 0.00 MB 1 0
90,984 90,984 000000000000e2f8d1629172df15749fd128bd1f2c67b6d6956882756b93be9e 0.00 MB 4 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.42 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.