Loading Tool

Explorer IconExplorer

Memory Pool

50,097 transactions
29.85 vMB
0.23748751 BTC
Random Selection Loading Transactions
Max Size: 156.93/200 MB

Candidate Block

Mining Attempt 231d5d126976ca61abb0370af2a8d41d4b56f554bae50d2cba7a47af6645542a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 91eeaec5ea13e4a5bcf033ddf94699661125e978ee4f4fe50ad61d5df9c9e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.07541875 BTC
Feerates: 184.60 > 7.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (443,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,829 470,829 000000000000000000dc189b89782754073ec98bb6c20e3ff85dd290b5c32d4b 1,770 1.00/1.00 vMB 263
470,828 470,828 0000000000000000013f14fab67a314097f1db5327719e099eb233fad438fb3f 1,742 1.00/1.00 vMB 388
470,827 470,827 00000000000000000055be6f38bb5b9c291a9e244d5eb0d7b391d3e70631fd78 1,600 0.99/1.00 vMB 344
470,826 470,826 0000000000000000016a2f4bd5683c0f0dba3cf61a80dd8c2de9c9169563e621 1,978 1.00/1.00 vMB 376
470,825 470,825 0000000000000000019ac8d7d0543caf8e3e02b2a350eea35eb92bcb961da7b2 1,752 1.00/1.00 vMB 350
470,824 470,824 00000000000000000182aabc399d2daec86b50d510701a5fd098793a4eadead4 78 1.00/1.00 vMB 33
470,823 470,823 000000000000000000d396b2e9e9127b8ff3dae9d039c0abcce2ecf7f811d156 1,797 1.00/1.00 vMB 259
470,822 470,822 0000000000000000015d03e5361ea64d3f74d7e8ebf5d18188c677da4c136c7c 739 0.39/1.00 vMB 310
470,821 470,821 0000000000000000012a8521d84ab91fa1a649bf9c533baee82c72402825aabd 458 0.46/1.00 vMB 233
470,820 470,820 0000000000000000011cfce449bb451606427eb5015b166d318408ce83478e09 1,840 1.00/1.00 vMB 188
470,819 470,819 00000000000000000047629a3d7309a8ba3f417794f4c2c8380a898736f9d521 1,964 1.00/1.00 vMB 414
470,818 470,818 000000000000000000f3db6dfd74f497757614b60e5d982ef68eca0181f6f2cc 574 1.00/1.00 vMB 146
470,817 470,817 000000000000000000027511d03bd43eab3eb26b44609da7766a591a9a9f0f05 108 0.08/1.00 vMB 252
470,816 470,816 00000000000000000035adc955be1035565c3e5ee07dbf54c5033e21add5c563 1 0.00/1.00 vMB 0
470,815 470,815 000000000000000001359f4f645b6e92a85acd201cb8a10510696f4795f0e3de 540 1.00/1.00 vMB 42
470,814 470,814 00000000000000000034a5e9ba6144b5cad53d9976b13d0219a69e14ab750b7a 1,734 1.00/1.00 vMB 204
470,813 470,813 0000000000000000005e22aff8831a4ef7720b9f8cd7e255da877d1619afe9cd 1,679 1.00/1.00 vMB 68
470,812 470,812 000000000000000000ebd930416f21301435076056c5534c4b71317f3620ed7a 1,892 1.00/1.00 vMB 223
470,811 470,811 0000000000000000013c0395d05ee4d5007ad34cae7e9d98d5c7ff4661cb7456 1,593 1.00/1.00 vMB 219
470,810 470,810 000000000000000000a4d1082dc3867376652255676cfbbb01c937cbae005512 2,291 1.00/1.00 vMB 373
470,809 470,809 00000000000000000141f7ef5e199a7e74d73f311173d2b98ff99d01ab309a3c 1,700 1.00/1.00 vMB 359
Previous 10 blocks ↓
Total Size: 781.87 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: 643.87 GB
    • Received: 12.60 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.