Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,609 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (867,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,556 42,556 000000002bdf4c3fab2c7638ca78bbbae5205dc3084697d8c50020422cc0c09d 0.00 MB 1 0
42,555 42,555 0000000029f1e120737da494ae2cb87deedcc7c6040801cf6866567ed38a449e 0.00 MB 1 0
42,554 42,554 000000002a190377c2db2c0f23ba2cc3dd6de4799446db6d7d1f4e83a8e32ea9 0.00 MB 1 0
42,553 42,553 000000002f3de8ae41ef5c872597e19ada40e92b2652679306c6f1bceeb747e1 0.00 MB 1 0
42,552 42,552 000000001b1e4d19004946b6f3aecedbe9ce2d37e2f01b7a6ac20a86eba66790 0.00 MB 1 0
42,551 42,551 000000001a00dbb43c65c44266ee533c3b95ad541b3330d34aa97cb209c1d3a1 0.00 MB 1 0
42,550 42,550 0000000010bf9bd5a4e47ec45735b1acad26dbd580d75154a9ca15e16a7ef0ef 0.00 MB 1 0
42,549 42,549 000000002352dd598171b4c2923050676187106497cdb52b6e6be11ee5ddd100 0.00 MB 1 0
42,548 42,548 000000003e8b79c164becba77901761fe1eebb8c3394c14fd2bd4c6fe61d29f4 0.00 MB 1 0
42,547 42,547 00000000437f036970205a563d410da2a17fa866cc3580642d4f73d9430972b0 0.00 MB 1 0
42,546 42,546 000000001fcdb5b1e8885f76068ae81db628d1cc6a9ae5e89716664830101346 0.00 MB 1 0
42,545 42,545 0000000041fffe733b807a6a03d951e3651eed9143a7ccade98807104198b861 0.00 MB 1 0
42,544 42,544 0000000011469ca3186b57f0f46cb2ac74b5578f91871bdbf0142ddd30b71764 0.00 MB 1 0
42,543 42,543 0000000014ac956234e9206e136868727b3928630478fecad9fba864564f4515 0.00 MB 1 0
42,542 42,542 0000000014f2c1f76cec3027d87e86dd028e4b683f873cd34e025a234f2bc800 0.00 MB 1 0
42,541 42,541 000000001a22c3ccf1d14eba7190df044f8cfd02aab3ae6b47691123886e4bf0 0.00 MB 1 0
42,540 42,540 000000001824140424f98d6a2086fa57f7de00963babe3428fbfdd0f24fce6bf 0.00 MB 1 0
42,539 42,539 000000000e9a2d2a03e4bc932a3a506d5a73416cb5280b37fd4d2327c61c37fb 0.00 MB 2 0
42,538 42,538 000000000d11fdb90c32b4e5547681e0eea8f12747af328be789de7c4c8e14c6 0.00 MB 1 0
42,537 42,537 0000000008a2a293afe9a1a5c16e7a84d3e3ffe28a5428db99968fd169ba64f4 0.00 MB 1 0
42,536 42,536 00000000107273fed34728840ea316435b2e54dceb6972c3b01fe8862fd3ce9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.41 GB sent, 120.19 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.