Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
30.08 vMB
0.09556349 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt e7cc2b07b9fc7a18cad6b4c8eb129be6bb86052ad26b325f927d4931eb941616
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 0c88323f7c6b1be64349234255a147419a6deb26bc2062f9113a8701a1a08889
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.03201123 BTC
Feerates: 100.37 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (260,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,342 654,342 0000000000000000000579d1a7e69b61b661a0e04b64a3e7491dc956b893c6ea 2,504 1.00/1.00 vMB 113
654,341 654,341 000000000000000000016e2661a3b1e26b7666c984c031617a8352bfa8bef663 2,840 1.00/1.00 vMB 128
654,340 654,340 000000000000000000017ffa339cb08c6a6fc1b2d58f9871bcb5b7210a0221a8 2,912 1.00/1.00 vMB 107
654,339 654,339 00000000000000000007522bbf19ea66943e6c998980e7fbc812979bf93768a8 2,518 1.00/1.00 vMB 107
654,338 654,338 000000000000000000019f1ad78407a03a3f56a95c78aea0b7134c29c52da4aa 3,267 1.00/1.00 vMB 146
654,337 654,337 000000000000000000032b1535e4da914e6218a8f9de5e019bf9615b7f3c73e3 2,224 1.00/1.00 vMB 112
654,336 654,336 0000000000000000000923581c3ed65c73d8cb701e592736e8dd460810553477 2,734 1.00/1.00 vMB 136
654,335 654,335 0000000000000000000bef63b5d355f04a526572aa9228020b6278b14ab45f0f 2,976 1.00/1.00 vMB 97
654,334 654,334 00000000000000000000a1f17af281aba5aa5feca8876ca530a623ef2bb71dbf 2,434 1.00/1.00 vMB 24
654,333 654,333 0000000000000000000387a281b8d1684365d434b9ef298d81ea120b28c27d84 2,244 1.00/1.00 vMB 42
654,332 654,332 000000000000000000019f2cc246745b9f67261a25910e53425982d398d59345 2,196 1.00/1.00 vMB 15
654,331 654,331 0000000000000000000c0b1ba25336d8de2c2e7e3a5313c55adb42cbd610be6f 2,600 1.00/1.00 vMB 71
654,330 654,330 000000000000000000052bf54327e489088d7f16ae514367332c7bc85e1423ce 2,589 1.00/1.00 vMB 127
654,329 654,329 000000000000000000004677c6175a964150e843b71d7e7637a60b4b50f77d02 1,534 1.00/1.00 vMB 6
654,328 654,328 000000000000000000099f747767bed3d4a5fbd0ceb52ff5c1d0e518d2abd2df 2,626 1.00/1.00 vMB 54
654,327 654,327 00000000000000000003872a038de8194f194c17996cc8a8da3b801ff2427d59 2,132 1.00/1.00 vMB 47
654,326 654,326 0000000000000000000aa2591fc316ef517975b7087a05d518fd95e8099a7dd2 3,040 1.00/1.00 vMB 95
654,325 654,325 0000000000000000000601433c1619da9396d48acc9c380227902560daf24593 1,367 1.00/1.00 vMB 30
654,324 654,324 000000000000000000041a2d4bce6a93791716fa77dc261e4622e9ad4661b7d0 1,599 1.00/1.00 vMB 24
654,323 654,323 00000000000000000006d64263a69ef1d31b0294327cc2a3a3e9578e87e73965 2,151 1.00/1.00 vMB 68
654,322 654,322 0000000000000000000b78b59a5e175bef93e23eaeb7d263c0627b3b2cafa1a5 2,212 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.