Loading Tool

Explorer IconExplorer

Memory Pool

35,602 transactions
25.98 vMB
0.06693518 BTC
Random Selection Loading Transactions
Max Size: 132.54/200 MB

Candidate Block

Mining Attempt f7025744df9eabaac8520d9b0a5d2147a1e0fd95bf2484d87bd4c1d546da89f2
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 01e653261e30e16bff5ce2e46ddc6db6ce39b4ff2dee021a32f6af1dc1ace6af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,717
Size: 1.00 vMB
Total Fees: 0.01922465 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (91,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,740 822,740 00000000000000000001921deb064580a0deaa0b629c713aa4136fa83aba84b2 4,963 1.00/1.00 vMB 78
822,739 822,739 0000000000000000000389a44f57e26c8b4b6c4ea64b8779f5c3fe52d27ad5f9 3,632 1.00/1.00 vMB 118
822,738 822,738 0000000000000000000025832556caeb40067ba25120b29477059e57c596520a 3,346 1.00/1.00 vMB 71
822,737 822,737 00000000000000000001b5190e8e1982ca4886f4ea0dcfcbdadaa61af42202df 3,092 1.00/1.00 vMB 93
822,736 822,736 000000000000000000002824ce118810606885c242705615375f481398d89e37 3,672 1.00/1.00 vMB 86
822,735 822,735 0000000000000000000100aea147d75e9674591679371d0b78ca5a2432fbd3b7 4,353 1.00/1.00 vMB 136
822,734 822,734 0000000000000000000115eed25eaa9e0699164cd2b85ab08aa3f43d86978582 4,499 1.00/1.00 vMB 128
822,733 822,733 000000000000000000002e76ce9191a2a487b11df54cf25c2f67e0bfdea8f5e2 4,845 1.00/1.00 vMB 102
822,732 822,732 00000000000000000002ede7e9ab98300f06c7a20cf051f2759039539421381e 4,527 1.00/1.00 vMB 117
822,731 822,731 00000000000000000003d3634363110e18b2f669fbfae3c267ba48d2632cb292 4,608 1.00/1.00 vMB 111
822,730 822,730 00000000000000000003bb400ae2110ae0d0115237a9dde37852be058fe8c9e4 4,202 1.00/1.00 vMB 128
822,729 822,729 00000000000000000003dd64666c47e93655d0d79fd15a06c7b2742b719ad43b 4,659 1.00/1.00 vMB 88
822,728 822,728 00000000000000000002fd8037fa9d0c0962895ab65c313dd33922ab9b79d7e5 4,052 1.00/1.00 vMB 88
822,727 822,727 00000000000000000002a41a5bf3cbcccb9df0471535c282a79871ecf3eaff09 4,163 1.00/1.00 vMB 98
822,726 822,726 0000000000000000000082badef0b0478fe778b48e337b49c97ec8cec0e8185d 3,733 1.00/1.00 vMB 95
822,725 822,725 000000000000000000001f308b58e03c4cf12b84b139756624342548e270d74d 3,707 1.00/1.00 vMB 91
822,724 822,724 0000000000000000000139963b93bee5ebd63a4b6fb775c2be071154b3fae4a4 3,992 1.00/1.00 vMB 130
822,723 822,723 00000000000000000002df2e5c8993bf961b470e24e7e8be307d7009a7a4fdda 3,995 1.00/1.00 vMB 182
822,722 822,722 000000000000000000006db1fa633a70247e216aa0e6c7d9ad6386bf80f549d3 3,858 1.00/1.00 vMB 195
822,721 822,721 000000000000000000004076d6cde3071e379ab286b34cd4fe2b07faf8449ec3 4,324 1.00/1.00 vMB 126
822,720 822,720 000000000000000000030fab657351dbf1276aef8cb787aa53fbcbdd33abe12d 4,317 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.