Loading Tool

Explorer IconExplorer

Memory Pool

42,488 transactions
29.05 vMB
0.07521042 BTC
Random Selection Loading Transactions
Max Size: 149.27/200 MB

Candidate Block

Mining Attempt 54abc3b561e47e05b3020fafe9bbe94868bbbbbfba4a0ee01a595eced086db48
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ce2f8092465ab23072e8afca65da43383ce594eada34ae6f27ecfc4315408fd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.01847531 BTC
Feerates: 150.75 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (226,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,612 688,612 0000000000000000000601b08063ff02cfa66460e9bce66a1ff2bdf20cf0538b 2,315 1.00/1.00 vMB 68
688,611 688,611 0000000000000000000c210ebf256f76fed840448ee846a3d9065f8fd9c66e00 2,754 1.00/1.00 vMB 69
688,610 688,610 000000000000000000067ece831775124027d0d534c6f6d1665c3a0e0ac87e5b 3,227 1.00/1.00 vMB 55
688,609 688,609 0000000000000000000249a8dfd2848369f05efb1bf22627df117ace840d2118 2,039 1.00/1.00 vMB 61
688,608 688,608 0000000000000000000a21b866fc1e2d10ac91c6a7ce2aa24d8320fafa827d45 730 1.00/1.00 vMB 54
688,607 688,607 0000000000000000000b07df03cf369e507b618bf46c1ad1ca99cd5af1a78a91 3,194 1.00/1.00 vMB 65
688,606 688,606 0000000000000000000c2c07d6c0a3780f6da207e3a0324cdfefe34148fa98d2 2,338 1.00/1.00 vMB 59
688,605 688,605 0000000000000000000b9a32a517d2849fe2ac52148c38af290d85c38fd2fd56 2,790 1.00/1.00 vMB 70
688,604 688,604 00000000000000000005ba003fbf856c755a1b08304947b3630296ef748f69bf 1,925 1.00/1.00 vMB 66
688,603 688,603 00000000000000000001f744dcab3d06a88e88e1f3f0aaa555d9ad20f493a4a8 2,867 1.00/1.00 vMB 64
688,602 688,602 0000000000000000000a326a0e3b4ae01353ee7d0a5ce25d28e19d31c2c70b86 2,881 1.00/1.00 vMB 70
688,601 688,601 0000000000000000000a609561cb68f3324d099a1a07ab11166d9d0732c6753d 2,415 1.00/1.00 vMB 59
688,600 688,600 00000000000000000002b067d6fc0cad35c50b9eca0f46ae42fcaffaa2bf4971 3,022 1.00/1.00 vMB 81
688,599 688,599 00000000000000000002177798ad1c7d6d800ff5a7f9b5cc6eef315d780e415f 2,672 1.00/1.00 vMB 77
688,598 688,598 0000000000000000000b9f2e73117d3211420911afa9b3fb5222724c4153e1c5 2,525 1.00/1.00 vMB 83
688,597 688,597 000000000000000000082b4e5e90e45bba65c64e1353915b7831d077a54af5b4 1,450 1.00/1.00 vMB 55
688,596 688,596 0000000000000000000287b1258dcd08ea790d859335efb469ceed2b86fd1386 1,835 1.00/1.00 vMB 64
688,595 688,595 00000000000000000008246740b84c9a8d56e2907c1a0f7641abf9bb2476205f 2,546 1.00/1.00 vMB 67
688,594 688,594 00000000000000000004fb89a16476e25ddee7dcc2f9fd7a319637fbde7c60aa 3,182 1.00/1.00 vMB 51
688,593 688,593 00000000000000000009c9a1a81a1af17705717212d328b1ee8effbfaedefcae 1,355 1.00/1.00 vMB 55
688,592 688,592 0000000000000000000d3e06c845ba5937616764676d9e827e017b2aea70b7e3 2,882 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.