Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

579 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,672 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 577 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,671 (179,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,026 732,026 00000000000000000006fbdae622a3f9ce67145f43121cad84d0a6d85837145a 1.54 MB 3,042 8
732,025 732,025 000000000000000000013a72360564c1064710e83eef02e5df2f2246b35a1d15 0.61 MB 1,298 7
732,024 732,024 000000000000000000022825d081d097695a59b0cb0519b9a162afcd8665c7cd 0.18 MB 301 6
732,023 732,023 00000000000000000004ae51523149a453bb12ce39b7112bec93783d2aac6bdc 0.65 MB 443 2
732,022 732,022 00000000000000000000d7354a695154b47e2222f70ebc941147f9146f9b553c 1.54 MB 2,915 8
732,021 732,021 00000000000000000009ca79d791df27041b9691f43730b3165b5608932621b7 1.61 MB 2,951 2
732,020 732,020 00000000000000000009a8248bae88474524d191f17d1f2f611dbf7acb011b52 1.40 MB 2,492 10
732,019 732,019 000000000000000000094552b365ce60aa57d1d8b7759a9a4bccf4f411daf10e 1.32 MB 1,868 6
732,018 732,018 000000000000000000065e6c87f9743070894c234cb1635c675d3201c5d38240 1.47 MB 2,824 14
732,017 732,017 000000000000000000079cbed3216a438c00a29346fb61fe90316599a44a59ca 0.77 MB 1,588 8
732,016 732,016 00000000000000000007a99f2261cc386aa657b452cdff27cfc6beea588e6b03 0.06 MB 113 4
732,015 732,015 00000000000000000000973c3e6c43fc624ae32b784e1530e149cc3bd4c71182 1.15 MB 2,573 8
732,014 732,014 00000000000000000006d62c26435098d59a624027411c50687383bf44723cb2 0.73 MB 1,079 7
732,013 732,013 000000000000000000058db1d82ec3396dc61d001457bb2391c247277dcfb1e3 1.04 MB 2,030 7
732,012 732,012 00000000000000000004fcd4808d99ae428c780ec4b994e55188ecff5756dcd5 1.20 MB 2,290 8
732,011 732,011 00000000000000000005ebbc2910c138dd18bd63929993ad23c853cae883028c 0.04 MB 83 12
732,010 732,010 0000000000000000000349f7ecc643152763ec1bb3adea4e00168504fc5292f4 0.23 MB 584 8
732,009 732,009 00000000000000000005619cc2cbf05c442187e65eeec8ce8ad0ead7a84a8b96 0.35 MB 664 6
732,008 732,008 000000000000000000015dda863a2d954633c11d24b8e5de987446449d8c99c3 0.56 MB 1,199 8
732,007 732,007 00000000000000000000daaf458544acd1db5ece19be43025bbd93f087b8bfae 1.49 MB 2,807 7
732,006 732,006 000000000000000000015418c8a94b80bf670952fd2badfb384de6d4f8da8117 1.54 MB 2,847 8
Previous 10 blocks ↓
Total Size: 776.48 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,424.89 GB sent, 131.05 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.