Loading Tool

Explorer IconExplorer

Memory Pool

34,304 transactions
25.43 vMB
0.06897393 BTC
Random Selection Loading Transactions
Max Size: 129.32/200 MB

Candidate Block

Mining Attempt 80996772f7ec0504c4abdb6fa6122f1f9fd3af5dd4c7c1fb62596202d9de62d3
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root ffeca647b1328d375f6735fd0264c63a09e5df9c7cda728aa87cd375c80ab235
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,936
Size: 1.00 vMB
Total Fees: 0.02292243 BTC
Feerates: 151.12 > 2.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (79,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,340 835,340 000000000000000000024e9cb8188cc8d459ae0a0a0d41ffa6f7432476ccc16c 2,840 1.00/1.00 vMB 32
835,339 835,339 000000000000000000024188fe39aa05a0d4e35c80886ad0521f92e273825ec7 3,018 1.00/1.00 vMB 37
835,338 835,338 000000000000000000033fcd545086ff4f38e636c3dee9b6dcfd70d5cf4d838e 3,323 1.00/1.00 vMB 42
835,337 835,337 0000000000000000000269050d85bfe97193c38da54539a77e401f57e330eaf8 3,609 1.00/1.00 vMB 62
835,336 835,336 0000000000000000000098b28604d3271c5b2a1d0f759903c5baaa17c68a1f48 3,698 1.00/1.00 vMB 44
835,335 835,335 000000000000000000003a263cd34dbd1bbecefe228cc1fb7b158b314471f30c 2,969 1.00/1.00 vMB 23
835,334 835,334 0000000000000000000210cef08237c36f3aeeac5f6e9e3aa8474fb406971d89 3,307 1.00/1.00 vMB 29
835,333 835,333 00000000000000000001e7a58097efb5ff6207bfbff7d6443ed11d411f28f51a 3,367 1.00/1.00 vMB 43
835,332 835,332 00000000000000000001a5aa3d92e6ce856a5de9adb1ea1bd354121ad0924d85 2,941 1.00/1.00 vMB 30
835,331 835,331 0000000000000000000298939449131d21312b2d44dc8a6817f55a21515d3ec0 3,168 1.00/1.00 vMB 36
835,330 835,330 000000000000000000020a894a862b7cba7b832e0b51172d1aef3205bd100caa 3,027 1.00/1.00 vMB 34
835,329 835,329 0000000000000000000107263c014498c08d0e15694c706ece1f2b59e6dffe6e 1,957 1.00/1.00 vMB 33
835,328 835,328 00000000000000000003526d7af9680e1f20d6c22f7bc35281a417c8efb7c942 2,604 1.00/1.00 vMB 33
835,327 835,327 00000000000000000000b339add0e64c33d485777070856f8f35537f10d42455 2,400 1.00/1.00 vMB 49
835,326 835,326 0000000000000000000346b5109aad94cb800364d9c6d1415b3f81ad50eb8b12 3,484 1.00/1.00 vMB 24
835,325 835,325 0000000000000000000172b855fa7e5ad1c7ef5546b0116de5e370239acccef1 3,673 1.00/1.00 vMB 32
835,324 835,324 00000000000000000002b9685885a8a76fcc99adc1aa3bc33ecbc1cf16aaeaaa 3,265 1.00/1.00 vMB 52
835,323 835,323 00000000000000000001895d78c1ae8386584895e13f1f7ddf633356913a1a08 3,882 1.00/1.00 vMB 36
835,322 835,322 000000000000000000006e7e9a9f642df79b5a341af376c5c025089865337c35 3,321 1.00/1.00 vMB 28
835,321 835,321 000000000000000000004b3325459c48a735ff022ad2257ad1c9ffba97269d26 3,828 1.00/1.00 vMB 22
835,320 835,320 00000000000000000002c699e4c55f1b03020b033fcd8402e68b019a5cdd765f 3,584 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.