Loading Tool

Explorer IconExplorer

Memory Pool

83,823 transactions
31.56 vMB
0.15238069 BTC
Random Selection Loading Transactions
Max Size: 187.88/200 MB

Candidate Block

Mining Attempt 9181f409009dba4b0e3956a1abfd5f4835978d28bb8323bea95c345d27874b6b
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44d945b5a4914b072733df08514a26c83a6accc1d300bd49dda6f0f5892bdce2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.04773963 BTC
Feerates: 402.75 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (500,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,230 414,230 000000000000000003089f0d77d4120e31bd3f47e2b46c5fa9a3ced806a413d5 1,503 1.00/1.00 vMB 33
414,229 414,229 000000000000000002592144b423ca8e357846e8af314aebb359538b086f609a 2,405 1.00/1.00 vMB 50
414,228 414,228 0000000000000000015b3e78922d19dbb5c78416f656dba9fe40a3a695893cba 2,373 1.00/1.00 vMB 56
414,227 414,227 000000000000000004937d7cc2dc80583f7ae985bd43a59ad884f29da13ad35b 2,278 1.00/1.00 vMB 57
414,226 414,226 000000000000000002330511d5f9908a43ac4ee100e74d610ab6e60a28536975 2,598 1.00/1.00 vMB 84
414,225 414,225 0000000000000000045f8915f751fe45b0a7506ffb8f1fe932714a6b9a5223e1 1,897 1.00/1.00 vMB 46
414,224 414,224 000000000000000003cb82422bc2d9abefdff27a19854fa388f1fea18bf7e6d8 2,848 1.00/1.00 vMB 71
414,223 414,223 00000000000000000200ba43da0515b8d1faa2fb6e582891912b874b682162b1 927 0.80/1.00 vMB 26
414,222 414,222 0000000000000000057665a3d059d13b572595f7c16603afeaab253f115a0edb 1,260 0.98/1.00 vMB 24
414,221 414,221 000000000000000003d65eaf56f8309ee915773062da38c518894ed7d7e63f17 1,748 1.00/1.00 vMB 48
414,220 414,220 000000000000000001e01a4c31fe43fa3984d5aabb9267f26a4ea2b325ce2f26 2,005 1.00/1.00 vMB 35
414,219 414,219 000000000000000002e9b67762ce6e8f0c8a37327e79cfefa7f9573195c2663a 1,939 1.00/1.00 vMB 48
414,218 414,218 0000000000000000028f67a70b3172fa4207a91401a58871d77947bc1f9a7852 2,833 1.00/1.00 vMB 52
414,217 414,217 0000000000000000008c8ee509222e7223a932eb56579d3f8a6636a2f305b6d6 2,863 1.00/1.00 vMB 83
414,216 414,216 000000000000000005537c6b66cee4c7a3b26c7e848fedf171b2990d225a83e5 2,423 1.00/1.00 vMB 65
414,215 414,215 000000000000000000c7f84106e583c084190aeb74317b485fa5e070fdbcf173 1,505 1.00/1.00 vMB 33
414,214 414,214 0000000000000000017a7c9aec2caae9e73c0dad26ddbb5dcf4223b4d27bf930 2,558 1.00/1.00 vMB 61
414,213 414,213 0000000000000000021572546caec72c44746d3ddd5ae86b76323305a261ff4c 1,556 0.90/1.00 vMB 25
414,212 414,212 000000000000000002c77d0c3162417f4a080046f4aed4c766c0a01ab15e579c 1,997 0.75/1.00 vMB 73
414,211 414,211 0000000000000000041458f0383593a647ec1a6585901aa7c5361947b6a50c11 2,519 1.00/1.00 vMB 58
414,210 414,210 0000000000000000054dd86ba7cf4825ea8488057a417636ae1ecc2c9a1b24a9 499 0.31/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.29 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.