Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,919 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 1,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (885,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,209 25,209 000000005fd2615d0c112386b2ca5123a85453c22be3f92c907af626a20d4301 0.00 MB 1 0
25,208 25,208 00000000256fbd848d04f8be27e86e2e54a68256337c59353e387dac1f6a0f13 0.00 MB 1 0
25,207 25,207 00000000fc02ce916e7b0cc1cc8c26d4c5e6861b2b1adf207e59bb0e14aeaffc 0.00 MB 1 0
25,206 25,206 00000000f3da0f1741d2d875ce41163d838de855e59949b967642a3fd78d4f1a 0.00 MB 2 0
25,205 25,205 00000000c9111d7be5e946518cd0b5e4312f64bfe8a55a458ce87232382c104e 0.00 MB 1 0
25,204 25,204 00000000209a0fba9289e51854604960d7ad12740625c4fb0abce16c366c9676 0.00 MB 1 0
25,203 25,203 00000000a9775ac5849569c9105c9965e4fac01d332d1db8233fb7509d072b63 0.00 MB 1 0
25,202 25,202 00000000bc4b74ae710686b4bffda270b76e03090c183013231c81958bfca11d 0.00 MB 1 0
25,201 25,201 00000000b394a3bb728a3cfcf13d8ad986746929a5acd7f7474203a57a9cefaa 0.00 MB 1 0
25,200 25,200 00000000e1e453f0fd9fb2af8d3a9113a0c7cc6b862d9e7469c3df6daecf3901 0.00 MB 1 0
25,199 25,199 00000000423d981e66da4b3163974cf241403c4d29261da460e9d75939fdbb43 0.00 MB 1 0
25,198 25,198 00000000e3fb23aa147bf48c22cdb1e2fc2b00522be508e89e9ec6f364a78f0e 0.00 MB 1 0
25,197 25,197 00000000b0f920c91fd933436084ec4eea4072210d2d80cea71090e211baa081 0.00 MB 1 0
25,196 25,196 000000006f9cd96b8bec9b08d4891bb9d0d3723a3967e19e4943e498dec99784 0.00 MB 1 0
25,195 25,195 00000000fef8903bda5d6bcc6ff1c396b93730c425ee637e14f9d98eea6ac086 0.00 MB 1 0
25,194 25,194 000000006d6d7149e4cbedb5749b972cf1191508a43fb7f06f789a71b70709cc 0.00 MB 1 0
25,193 25,193 00000000e4dc19574fd1a1d1442e6b081af52740da7cd93ba10a55dc0841c3b0 0.00 MB 1 0
25,192 25,192 000000004269d5477fc7ed16386da4800ebab0fa0ea0f99541b39f3595699933 0.00 MB 1 0
25,191 25,191 00000000d83fa00c657775f7a12ae83e157bf75dd68d94b38587ad141cee0ea3 0.00 MB 1 0
25,190 25,190 0000000073b5a7a0dcd619b4e3cb312eb3c0bb9f5db58d8c74f94c533befb247 0.00 MB 1 0
25,189 25,189 00000000298cf98305b2c83f77eba62425d233c0dc40a1b12e87e8b7771bbc92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.72 GB sent, 121.09 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.