Loading Tool

Explorer IconExplorer

Memory Pool

78,333 transactions
29.37 vMB
0.06572559 BTC
Random Selection Loading Transactions
Max Size: 176.52/200 MB

Candidate Block

Mining Attempt 2e03b9ce6bf2e52ef330ed7a32b663a1b74b2cc8173c304557d0635339441c5c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root f5014a34d5ef79a838521cad915aa80b2b41d7b54ca33177c768448d9d152242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,131
Size: 1.00 vMB
Total Fees: 0.00621023 BTC
Feerates: 50.25 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (261,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,922 653,922 00000000000000000001e069eac08c86784bd2457222894e8e0f2786ed0ee9c0 2,414 1.00/1.00 vMB 71
653,921 653,921 0000000000000000000df30f73ea39b4ed2ad11858c66aecdfce703380da6349 2,545 1.00/1.00 vMB 56
653,920 653,920 000000000000000000022501741ac72295c63c9bcf643e2fbc2cd60ec7819cfa 2,389 1.00/1.00 vMB 56
653,919 653,919 00000000000000000004bdaa3bf5001efac4c6a9815cce12e23010b59c11e134 2,849 1.00/1.00 vMB 134
653,918 653,918 0000000000000000000b553b073c6b0a354a4c90cc800a341fbcffde10dc7f9c 2,070 1.00/1.00 vMB 88
653,917 653,917 00000000000000000001b75a1d160b7de406eb8f0d0482126df23c56d8eefcc6 2,364 1.00/1.00 vMB 137
653,916 653,916 00000000000000000009b5e09c4daa9b660d652dafa0dd009c97c251539e735a 1,862 1.00/1.00 vMB 55
653,915 653,915 000000000000000000072fe390bc64d999e54ab0fb0a7390b9cb7e6fd465f6ee 2,245 1.00/1.00 vMB 52
653,914 653,914 0000000000000000000116fe8cb16ab3e77ca532a9e15fb8ae0169f13472efb7 2,831 1.00/1.00 vMB 98
653,913 653,913 0000000000000000000695fc1ced5967e8b3cd0dfb1549cfd60608e29dde5756 2,581 1.00/1.00 vMB 113
653,912 653,912 00000000000000000006fa626766656a2f6f20db891eac6824f576d81e1922bd 2,571 1.00/1.00 vMB 97
653,911 653,911 0000000000000000000a274ba0888aa43bd0f76acc9dfcb759ddad98ae4b152a 2,616 1.00/1.00 vMB 112
653,910 653,910 0000000000000000000b3c984272c11d72dc371d9e4820fc741bea6d91677d8a 2,420 1.00/1.00 vMB 98
653,909 653,909 00000000000000000002989876c239c848777f2ea8d2159935f8ff056057e105 2,090 1.00/1.00 vMB 47
653,908 653,908 000000000000000000053ea66e2b9a1b2b15ffc818a6053fa587d949d0de9a52 1,759 1.00/1.00 vMB 86
653,907 653,907 0000000000000000000bc70f0d9de6a86cdfd8eaf0faa467d546e61043ac79f0 2,363 1.00/1.00 vMB 74
653,906 653,906 0000000000000000000d822353fea73e813a1da5e97f70f92f5f09c7ec8def26 2,460 1.00/1.00 vMB 62
653,905 653,905 0000000000000000000281139f1633b1b9cc7580fe6dc1afc119111903b90356 2,515 1.00/1.00 vMB 86
653,904 653,904 0000000000000000000ce6700696318ce4c7a730479681dff7775530c07539e5 2,290 1.00/1.00 vMB 71
653,903 653,903 00000000000000000001de4f5b23eba22e746f5818c723356a0827dfbbe73334 2,812 1.00/1.00 vMB 119
653,902 653,902 0000000000000000000b7ff65c3739692b0b7804456f4773d463ef2d15d5dfb8 2,598 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.