Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

23,406 transactions (5.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,067 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,531 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,066 (884,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,882 25,882 000000007550c231893a4950df0c83ca80b3aae6b80a740f237deca394db0eb7 0.00 MB 1 0
25,881 25,881 00000000309c9b7e2938cd9d8805c01fc7ab145cdfc9659d8b619ef995c26e29 0.00 MB 1 0
25,880 25,880 000000008b6fa5116b10c775acbb0347b7c562da79c2f170080a2b2233a47f50 0.00 MB 1 0
25,879 25,879 000000002a425006a54fb7c428b628004e7fc9a5cdca7a85b85e66910d10153f 0.00 MB 1 0
25,878 25,878 00000000e30d9d2939e41ee4719c79a3af1677000e7c649cc4a652b65458e049 0.00 MB 1 0
25,877 25,877 0000000039fdcbd14172cd81265faeb8ac18c7e8d177bf7de825a81a277ed52f 0.00 MB 1 0
25,876 25,876 00000000879931c26b355e86f56bfefb33512e2770f3e6da90d1cc2f56fb7b89 0.00 MB 1 0
25,875 25,875 00000000bedacc2be841e9219cb9af2dd62caa98271bea78634b2f57daeb47a5 0.00 MB 1 0
25,874 25,874 000000008e2e34a2b40ac18db5fc4f393c689410dd1255782c830eb339eac1ff 0.00 MB 1 0
25,873 25,873 00000000543053ed5fd3fda979f7013f6041dcd1a88c3e3ee4360ab64fb71f58 0.00 MB 1 0
25,872 25,872 00000000759f21764e8eedfaea4221074955b65a474821bded7f89fb848cc669 0.00 MB 1 0
25,871 25,871 000000001d927386bf0432ae8410f47ed83ee0af26ad98a07ff2c6494fd22dd3 0.00 MB 1 0
25,870 25,870 0000000091db344648a46661b592853f584d38d566b315c5bf5b3253200324a3 0.00 MB 1 0
25,869 25,869 00000000e254cbee1b39a01762c5164fa54f9da5966ab5873c043b39e30ae141 0.00 MB 1 0
25,868 25,868 00000000d5d3f859712a53579e5e0aefa14fe35ad6149fc758bbbe02585ae0c0 0.00 MB 1 0
25,867 25,867 000000006167950509ba1e50b037d9c59e0178fc229bf9c6801695760c6ee566 0.00 MB 1 0
25,866 25,866 000000009c32eeeb35d151edd4ea496518909c737245a5d2d567cde6d4223426 0.00 MB 1 0
25,865 25,865 00000000ff1ac889b8125b532ccc173fd1e85710cae92bc4f7c5d52ee7023118 0.00 MB 1 0
25,864 25,864 000000004437dc005fbec2a03ad696494d3e23b3b0e88d2f60d087f8017a72a2 0.00 MB 1 0
25,863 25,863 000000003d3448d0e57902dff0809a6bb3b69490ea094974781a1ce651ffcd8b 0.00 MB 1 0
25,862 25,862 0000000042e132dcd6a1a2344be52a92a06c09df02e27f6f53ebd3ec116f946e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.62 GB sent, 116.08 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.