Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,866 transactions (0.86 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,569 000000000000000000022cb30000000000000000000000000000000000000000 0.85 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,568 (839,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,818 70,818 00000000004888424a811b33f340ef82ee2032e0f5a7387b8379b32b22cc87c9 0.00 MB 1 0
70,817 70,817 000000000109391f8a9f7b72fbf363bb431222a12d8d56750449c8d9b5f1a86e 0.00 MB 1 0
70,816 70,816 000000000064a432848ebf70935c4da32a4895d7b4831e80a06627d45847f544 0.00 MB 1 0
70,815 70,815 00000000004fb2cb0bb8ceb0b1b19b5e1a17e65280800d5bf4c34103454f00ab 0.00 MB 5 0
70,814 70,814 00000000001c6ea7cb7e3646a0fa9f86b968616133aecae084c4be731fca18d9 0.00 MB 1 0
70,813 70,813 00000000001c3d492c63c37457d3e3bf95b11e6137adaea61ba1e9eae63fed44 0.00 MB 1 0
70,812 70,812 000000000048828deb9ec3512a796ca93314309dcdf415bf321ab6c3009f535f 0.00 MB 1 0
70,811 70,811 0000000000c3929a0b0a2ff2fdc4fe5a26969fb1d781d3f9b640a96781bf56b5 0.00 MB 2 0
70,810 70,810 000000000109ef59d4e61a5d5074d01422f43736632ecf11ca535af39f45c854 0.00 MB 1 0
70,809 70,809 0000000000c9cd7958ac277cbe35c76bdb043663946a73781a29c905e89888b5 0.00 MB 1 0
70,808 70,808 0000000000acca219d90f09660ccea2a68a8c597c00a448739c7e684a11fa5df 0.00 MB 1 0
70,807 70,807 00000000008cdab39b76a8170c6d9d30b5d184fb76c8fb9cb5eb040e16c2f218 0.00 MB 2 0
70,806 70,806 0000000000f0a75e3241523d0468701d99a1cdc22a8c9aca5de8661def7108cf 0.00 MB 2 0
70,805 70,805 0000000000236ba44dd9b304e88ee1e41ff9bb2454775492b5664ca56f780a5e 0.02 MB 4 0
70,804 70,804 0000000000648a199380efdf7591f220f1d139a3dabb504c5d2a37dc998a6759 0.00 MB 1 0
70,803 70,803 000000000077d9de72509e6eb5eec3b263b9465f3e21f398792a439027b5df10 0.00 MB 1 0
70,802 70,802 000000000010bd19557a038d650190950eb1f628182e3290819928070e056a40 0.00 MB 2 0
70,801 70,801 000000000100ee33fe7b16d2c65afbe5bf9e9ac4affd1221ca64eb7d97550e18 0.00 MB 1 0
70,800 70,800 0000000000ce83e4026a35200c2508c8a6ef805d9edc24720902b5edcfad2939 0.00 MB 1 0
70,799 70,799 000000000098ed67064a9646ac4196446771ed6b3ab041042d3c4d66e16ac284 0.00 MB 1 0
70,798 70,798 000000000053cdbf85c7a0f554fd6018d3b63dc9bd19ce5ed08020e62cc3f65b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,252.86 GB sent, 120.70 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.