Loading Tool

Explorer IconExplorer

Memory Pool

48,482 transactions
28.28 vMB
0.09881517 BTC
Random Selection Loading Transactions
Max Size: 150.56/200 MB

Candidate Block

Mining Attempt 25dba609db0e28bf35c0e620f80119e4fbec91434d6b4950a277b5ebd22e1cd5
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 4e43c0849386bc6b281a3575a2d5e81d33cdab2048f5f4872651405aecc5ec4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.04162549 BTC
Feerates: 500.00 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (370,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,491 544,491 0000000000000000000d94598b005d8e36c15809feb9f918e85838b280d0c2bc 2,979 1.00/1.00 vMB 13
544,490 544,490 0000000000000000000c2fd4f4ae900e90bde8ee79c803388cf98e5b67507400 1,838 1.00/1.00 vMB 12
544,489 544,489 00000000000000000015fdc82d0345300a7ccb6da804191e270d5aa38a3d29c0 2,104 1.00/1.00 vMB 4
544,488 544,488 000000000000000000156a1f97f7c9b6198a3d06f4970f754c0feae4e8e065b4 2,813 1.00/1.00 vMB 23
544,487 544,487 000000000000000000181c1b4c764aa4002d51733cba9d42ef60ea7f278bd476 2,195 1.00/1.00 vMB 11
544,486 544,486 0000000000000000001d6a99f0101c3f65866b200c9b295bd73febe3e3520e74 1 0.00/1.00 vMB 0
544,485 544,485 00000000000000000025062459e0ffcb4e689a533ce5f3650e37b3dd11e3773d 2,119 1.00/1.00 vMB 9
544,484 544,484 000000000000000000104bab55ea47ee8cf22b412541f6b6df38064b637ef682 3,534 1.00/1.00 vMB 15
544,483 544,483 00000000000000000016185d883b4c045c6969ad4f0ca1f59919c08d4402160c 2,911 1.00/1.00 vMB 8
544,482 544,482 000000000000000000145bed5b0d436e63942c93019aad89e2bfbc7d663a62dd 1,955 1.00/1.00 vMB 5
544,481 544,481 0000000000000000000ba3c771c8ce960a0f1eab5b41938e6854f6be7056a481 2,600 1.00/1.00 vMB 11
544,480 544,480 0000000000000000000acde805b4c9e843f98d3c4541c5971366502882d1b234 1,087 1.00/1.00 vMB 12
544,479 544,479 0000000000000000001927c86eb787756e1f435eaf0fa130b17e30063eeca3d0 2,385 1.00/1.00 vMB 24
544,478 544,478 0000000000000000000375288c061e714f6db5c12972499aff0e1296af6425c5 2,009 1.00/1.00 vMB 16
544,477 544,477 00000000000000000008b0cb3a25e4472d44207440d7d0418acf52245d0debc4 2,498 1.00/1.00 vMB 67
544,476 544,476 0000000000000000000a000efe56daffb3c78534a314a88a51dd16175b293d2f 13 0.00/1.00 vMB 30
544,475 544,475 000000000000000000036ca1da5d3d6c5ad6c0682caffa0076ff303ad7767bcb 2,880 1.00/1.00 vMB 15
544,474 544,474 0000000000000000001fc515ac4e9403c2adc603e4466e22ec561ec9ee55088d 2,725 1.00/1.00 vMB 26
544,473 544,473 0000000000000000000ed31c99bd128cab170d78303c086a2c91968af6b7024a 1,698 0.90/1.00 vMB 5
544,472 544,472 000000000000000000061335a0841bd97967bae63d5d20d599fe7cb4d0708790 2,068 1.00/1.00 vMB 24
544,471 544,471 00000000000000000001a1a9498bd0bee3030939b46107c1f1e57122b0d6c606 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.48 GB
    • Received: 13.18 GB
  • Uptime:

Notes

  • 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.