Loading Tool

Explorer IconExplorer

Memory Pool

73,952 transactions
27.31 vMB
0.06435624 BTC
Random Selection Loading Transactions
Max Size: 166.79/200 MB

Candidate Block

Mining Attempt 900c9b322980f05e6c5430025eedc24139dfe46bb6e94031a0c40e36a7d3deb2
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 78be786703f5adb7b8068524579a17f3567a6bcac327d0a062bfae626a279b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.00633812 BTC
Feerates: 100.53 > 0.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (483,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,462 431,462 0000000000000000009ac5e5cf6e53c98f54f4795c1f1b0cce84bc89eeba9cf2 636 0.30/1.00 vMB 62
431,461 431,461 0000000000000000007a1de4b00186e7c9cede0e623caa60f72226fcb7525b9f 1,654 0.74/1.00 vMB 59
431,460 431,460 0000000000000000000d1a81262bca00d2f92def3ce9e564b27734d89e4def72 721 0.42/1.00 vMB 38
431,459 431,459 000000000000000000a20cf88a88478b0c56562d923295964da3153d3b6ada59 2,014 1.00/1.00 vMB 63
431,458 431,458 00000000000000000246fbe7eb741d4059f1cace4232f82a3e55805c27dc3634 419 0.23/1.00 vMB 57
431,457 431,457 000000000000000002820bade9ae3ba614c9d06020ec8419946b479e0d72df67 407 0.28/1.00 vMB 52
431,456 431,456 0000000000000000000784f42b1df5905b6fa0f5cb0ca8727bfb2512665b9f57 1,905 0.80/1.00 vMB 55
431,455 431,455 000000000000000002aaf3cb1bd54917868035fcd99ff0a1057b1fd1eb0afcd9 1,171 0.51/1.00 vMB 53
431,454 431,454 000000000000000000980c0d45dae588eed1528b339f3ab9b4053cf650e2db56 1,933 0.87/1.00 vMB 51
431,453 431,453 000000000000000003ddc69fc43949b53a2a917a9053b4c62747e88deb2caef9 1,282 0.68/1.00 vMB 54
431,452 431,452 0000000000000000048e3542b5f909ffca3da06f3308e6af71f5580b0b74533e 1,355 0.73/1.00 vMB 50
431,451 431,451 000000000000000002fd6c574ead3a65fefa2456920e2f37cd73d064a9137961 372 0.20/1.00 vMB 50
431,450 431,450 0000000000000000030a7d4104ebbd7f73d958b1b0bf46f8bf87d783ffd82977 41 0.03/1.00 vMB 58
431,449 431,449 000000000000000002119675b68fbc3d1fc78ef7b7dd997a0159c6db55e19bf9 114 0.07/1.00 vMB 52
431,448 431,448 0000000000000000041851acc8ff65fd0478ca8fad8cd9366b9d00fe56209a00 678 0.39/1.00 vMB 34
431,447 431,447 0000000000000000030d11474946de3d9867ed41289f87557fcfad064d29f65b 2,653 1.00/1.00 vMB 67
431,446 431,446 00000000000000000354ac7434c5e5235d2c41972aadc3e66a95dad5a3eb39b7 328 0.23/1.00 vMB 53
431,445 431,445 000000000000000002fe3133eb50c77d3b58b565380cd31f5e2dee265eb2be5a 880 0.59/1.00 vMB 34
431,444 431,444 000000000000000000bee70508178acdcfafbbdfd0b0470badd80d7861225e51 2,862 1.00/1.00 vMB 70
431,443 431,443 000000000000000002bc483a66bf32e1af7db50f34d5b12fa783d8c5ab2477b1 30 0.01/1.00 vMB 43
431,442 431,442 000000000000000003bf92a3fc0d2f28103afcd398c101b205d2f2bedb48fff8 353 0.15/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.