Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

774 transactions (0.18 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
910,618 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 759 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,617 (885,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,214 25,214 000000006d92c22bb8793f11cd98db6112b965e27265dc6bd539f8fe05ec68a5 0.00 MB 1 0
25,213 25,213 00000000c3f3070c906a99d4dffe434dc419eb302472abf465d1950001a25d5e 0.00 MB 1 0
25,212 25,212 000000004bf77a3fcf5e82be1089293467994a7802d1fe869685267c9f4e80c8 0.00 MB 1 0
25,211 25,211 00000000754c1ce1e97ca0e5a4a8b8e89c883ef966ea9d596ee649ab6fe7554c 0.00 MB 1 0
25,210 25,210 00000000e975d0aa59560d6d05f7089e4108f72e14c9f4f0e520e7066380a8da 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.52 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,258.09 GB sent, 121.11 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.