Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,798 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (827,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,026 83,026 00000000000af1e78e6166e19a93185d5e8a1aacb8415c12bf7d30172fddc19a 0.00 MB 1 0
83,025 83,025 0000000000097e7cde964585be771df103562cca0d0fa677cb9cde026f250060 0.00 MB 2 0
83,024 83,024 000000000030c9c85d5b7eda496da7e51d071d02e8c2a54f3588abdb891bc9c5 0.00 MB 1 0
83,023 83,023 000000000016c1d3eb92eaec7e87f93df18e59f03cbd9696243b8eec3932feef 0.00 MB 1 0
83,022 83,022 000000000007f46369e0c88db2206aae74b36dbae4836e4a3b4f958e88fdec79 0.00 MB 1 0
83,021 83,021 00000000002e96dafba5b7c5ecfaf6f4c717b3c590f46dc5a1b3c755d58cf287 0.00 MB 2 0
83,020 83,020 0000000000108d62e5dcd738df40f7f2206d0ec38f38a4b52efc86fa9c4dd5d1 0.00 MB 3 0
83,019 83,019 000000000001fa52771953452fc0cdfbbd32edff1924aa8e9f7b8add0e8b019a 0.00 MB 1 0
83,018 83,018 00000000002bba570c3fbc62f77f54685b7011bfa202a086d4005131cc0ceed6 0.06 MB 225 926
83,017 83,017 00000000001a364e32f7874276ed93730b9c344b5ab59f6eb4f000f107484fb7 0.00 MB 1 0
83,016 83,016 00000000002c67a7198b32b8cf919679847bb47957a91662e1323d5290a40007 0.00 MB 1 0
83,015 83,015 00000000002684869335ccf43fe5c1428a02fc49d35578b3d69beab70f8e3128 0.00 MB 2 0
83,014 83,014 00000000000e83eb538595cd126609ee64e4657af9088294ff78d7207d78039d 0.00 MB 2 0
83,013 83,013 00000000000081f61e2279176546707fd4dd18d65ee5243822007a2b56b39ee9 0.00 MB 1 0
83,012 83,012 000000000015d85d5cf1ab64e540ca7a8cfe31a2c1ca120cf5f914e9ca95c7df 0.00 MB 2 0
83,011 83,011 00000000000473aaf4e8508c9f75787d281c693c9ef9c98c0537ebbf83e9fa5c 0.00 MB 1 0
83,010 83,010 0000000000223956a90c2bc213c8e1d8e51a6dca90a6ced08141f35bf0878bf5 0.00 MB 1 0
83,009 83,009 00000000001fd77ebadf0eebae1b6261c9c5a21f40e10ee31c728b6f381872a5 0.00 MB 1 0
83,008 83,008 000000000030260009740d31a8bf277fec82f07b481cc16ee5b44435abaca348 0.00 MB 1 0
83,007 83,007 0000000000138c72e51cbc016e569e1ee4f473c9962f1b86cf6e0df1029e9143 0.00 MB 1 0
83,006 83,006 00000000000c45a74df5c39f8987d0de25a28653eda1284c763e8f24a6fdfbaa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.