Loading Tool

Explorer IconExplorer

Memory Pool

49,197 transactions
29.82 vMB
0.09627568 BTC
Random Selection Loading Transactions
Max Size: 158.88/200 MB

Candidate Block

Mining Attempt 5b686eb86fdc572aad55818ed2f39e88bc188d1873a35c18c77c51eb927a1a2b
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root ddd6d6a938d7eaca90817f38a65d300618ac74beda20b792e7a3538d62744a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.03253574 BTC
Feerates: 150.68 > 3.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (260,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,971 653,971 0000000000000000000b36173c3c1f292e1a21980c93c7b933687b1ec6edadaf 2,383 1.00/1.00 vMB 137
653,970 653,970 00000000000000000006a066a56b07fb801dae85b1c104c7115dad6f65897e7f 3,059 1.00/1.00 vMB 164
653,969 653,969 00000000000000000003a114046b2949d18e97e3dbc8009c4d2c2479e4ecb8f6 3,254 1.00/1.00 vMB 176
653,968 653,968 00000000000000000005046f47145e7543204f581c764f99f0b28c045cc13a16 2,838 1.00/1.00 vMB 107
653,967 653,967 0000000000000000000a34c6f045f753a3ab864967a5834321146362791e9491 2,692 1.00/1.00 vMB 141
653,966 653,966 0000000000000000000ad5a881567cc7ebc20723d5bf077122f0a939482c5c02 2,014 1.00/1.00 vMB 126
653,965 653,965 0000000000000000000bbe2934c83ea91ab8d60df769b6a25f4a4ea7fdb5967f 1,611 1.00/1.00 vMB 130
653,964 653,964 00000000000000000001bb7c3e323b28290736854d0c185e109ddcd4b701c523 2,569 1.00/1.00 vMB 138
653,963 653,963 0000000000000000000cce1da9ec5f198f92db1f220b487aaa4968e118096a20 2,448 1.00/1.00 vMB 132
653,962 653,962 0000000000000000000683723283b2dbb8b13b2baf751ca9cbee6c5723a23917 2,652 1.00/1.00 vMB 143
653,961 653,961 000000000000000000087536ace3831b96aa788ae7e425f39e5265b4ebe30bb0 3,188 1.00/1.00 vMB 161
653,960 653,960 0000000000000000000d18a0005fbcc2cc3422778e3cc6194c41dc04c2b3ae16 2,637 1.00/1.00 vMB 149
653,959 653,959 000000000000000000029bf6954e69fd3d3b9e3bb92750f90a0819bb954c2ee9 2,379 1.00/1.00 vMB 60
653,958 653,958 000000000000000000074bd3566614ab58c097de1def216264f00233120f3b92 2,583 1.00/1.00 vMB 63
653,957 653,957 0000000000000000000031d1a0b47a154669b328e7bd014a6a6e25fe2fe345a0 2,247 1.00/1.00 vMB 46
653,956 653,956 00000000000000000008e9fca19601570c17c21cf8f46ad6435732cd5e2c0361 2,544 1.00/1.00 vMB 103
653,955 653,955 0000000000000000000d45e3a86bfeb1d498170b00264c7175793b5045e15220 498 1.00/1.00 vMB 135
653,954 653,954 00000000000000000007169ee7cd20bfdfc98f136d85c8ad12eefce8aee9a5f4 1,915 1.00/1.00 vMB 149
653,953 653,953 0000000000000000000a2fec75ff2f56ab8fd7a6dde6746e7932b90f9408a56c 1,818 1.00/1.00 vMB 76
653,952 653,952 0000000000000000000b80413a2839be2835fb6f472f426b40134e99814e961e 2,276 1.00/1.00 vMB 157
653,951 653,951 000000000000000000013ed75209dd64de518501696a34648e639e3ead47fe02 2,668 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.