Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,759 transactions (2.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,827 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,559 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,826 (888,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,594 22,594 000000005666e620b9c37fe00683b5241e83cf374fe3a169c9c50dd2196d6466 0.00 MB 1 0
22,593 22,593 00000000d7f330cdd9b85707a6f2ce7858affa547e30f56b3c35539ac91fc8ef 0.00 MB 1 0
22,592 22,592 0000000008179e2805af04120ed9b1be668db3d165ffbdaf082976d9ae07b995 0.00 MB 1 0
22,591 22,591 0000000083ec1357d5820481d52fd4afd74c5de05ac76c477f4bf7264cf65978 0.00 MB 1 0
22,590 22,590 00000000d6e68cc6289492f7af557b87804a68948445475788f74dfdace3a90c 0.00 MB 1 0
22,589 22,589 00000000823d6082b955e4f9b7efdceeffe30761ba6c55ea7e5aec8a8e15755a 0.00 MB 1 0
22,588 22,588 000000003ee617c30d1534b2b365e274efd31d1a781cc1faccbbb712c953e004 0.00 MB 1 0
22,587 22,587 000000005bd74facf4bcb461747a6d38af97a9a49b08dcfe6c37ca23d568591b 0.00 MB 1 0
22,586 22,586 000000008b58a5b93044879249e78cd874047a000e7a9962f5e0b4d4f6861598 0.00 MB 1 0
22,585 22,585 0000000022470f460ce03ee317f64751f70349cb45f65d8c12b985ac853adf51 0.00 MB 1 0
22,584 22,584 000000008dc40a46b3fcfb31cf1115583b39e444f615efe4af42ff5b33c4e384 0.00 MB 1 0
22,583 22,583 00000000a134ec69bb20df4afe0f628679cb76878dac37e344890857cd9c3cf1 0.00 MB 1 0
22,582 22,582 000000005b6a8df36e4068d71d09593a5a173a09fccb590af32e072d112dbe68 0.00 MB 1 0
22,581 22,581 00000000a334f33c6846efd5f8616d9e20469a7019d604ac00f47a1ad299f705 0.00 MB 1 0
22,580 22,580 0000000082704b89152d41d79a81a3de15c9eda982daa2a3012aa97077944d0f 0.00 MB 1 0
22,579 22,579 00000000479d28ee50e65174cc032b655656e0972b3923a9f1b352ca7044f4c6 0.00 MB 1 0
22,578 22,578 000000006dbe2aebb74eb5e491bbae454cb58bb138d154f3a690c6ec398d123d 0.00 MB 1 0
22,577 22,577 000000002a583ede355d4fc91fce9eb60d187896f7849041bc7f3a13c4636edd 0.00 MB 1 0
22,576 22,576 00000000c3b3acae0dec7b32a879b9040584246460b2939e0f69344b7c32fe04 0.00 MB 1 0
22,575 22,575 00000000daba3572707aeb57b729197d54908654cb3a29d39b036198303e1f9b 0.00 MB 1 0
22,574 22,574 000000006ef5125c0d3d2eb510c1e3a4b0e11874121212445f3cc69cd0f59ac9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.92 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,325.35 GB sent, 123.32 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.