Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

863 transactions (0.23 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,014 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (78,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
832,024 832,024 000000000000000000000631cae6e70d97515d85e9c4dfdaacbc76f5c4ade95d 1.75 MB 1,982 12
832,023 832,023 00000000000000000000454ac842d3871529841d6fb0e09f29f4023853dc152b 1.82 MB 2,648 12
832,022 832,022 000000000000000000031c65036fb038fccc6270a7e09c50224432f7ff0f2ed8 1.72 MB 3,112 20
832,021 832,021 000000000000000000030488bb086efb64e0d019e0769dbbd0aa6d0a30d07603 1.80 MB 2,407 16
832,020 832,020 000000000000000000006f518c56df89e1bb6dfa67448417654f08f2a27d6434 1.61 MB 3,271 20
832,019 832,019 0000000000000000000248b7a969ed9eeeed54830dbfefd8d75914532aae56da 1.49 MB 2,792 22
832,018 832,018 000000000000000000018778dbb7bc573dca7a919c0bfd43b84d6faadabc164d 1.46 MB 1,954 16
832,017 832,017 00000000000000000002880ddf3bf1abb0678eb294aac57820abdfd6c29517e8 2.36 MB 1,697 10
832,016 832,016 00000000000000000000bbe126626b8ef32257571c3213147cf426bda7bebf62 1.73 MB 2,703 14
832,015 832,015 000000000000000000001765a54bc80e84b856d70a77884544839256b42e9a4e 1.75 MB 2,522 14
832,014 832,014 000000000000000000000d1d5fae448393416b7316909fcc08572d0a96d3916b 1.63 MB 3,097 15
832,013 832,013 000000000000000000020e404fe97dffd593604fa7eb2a0ecdcc0d2cdc2c27c4 1.99 MB 2,176 12
832,012 832,012 000000000000000000014a85c9114c2217b27d21843afeee4c0deaccd44763c4 1.68 MB 2,737 18
832,011 832,011 00000000000000000001325104348562317bee438c0c22bd57e3dd28eccac686 1.53 MB 2,875 15
832,010 832,010 0000000000000000000185a9d3c735fc16c9af2869b799925c333d961cbf6241 1.83 MB 3,383 14
832,009 832,009 00000000000000000001320898ec1c0d9b99f729026d3edba1b0f509f8f97373 2.14 MB 4,467 8
832,008 832,008 000000000000000000027cae8e1e9f399c5983a50a6a90361f077452a2cd7ed2 1.59 MB 2,782 15
832,007 832,007 000000000000000000014b5608a0eb44ea3ba0dfc25956828a58d5adf62af8e1 1.62 MB 1,786 8
832,006 832,006 000000000000000000019016f9602c0c244da14dfb1c7604512fd168b8bd618d 2.02 MB 3,679 9
832,005 832,005 000000000000000000001f01caf3108063d5dedf23072bf1a43f898671394fee 1.95 MB 4,172 11
832,004 832,004 000000000000000000022666a431902c9c7854e5a486777cb473267707bf226c 2.44 MB 3,050 10
Previous 10 blocks ↓
Total Size: 775.27 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,360.10 GB sent, 125.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.