Loading Tool

Explorer IconExplorer

Memory Pool

37,540 transactions
26.03 vMB
0.05614199 BTC
Random Selection Loading Transactions
Max Size: 134.27/200 MB

Candidate Block

Mining Attempt 81672bd447858972f84175cf85c061925647f2f8c165949a2894e6ce0d1c820a
Version 20000000
Previous Block 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e
Merkle Root 8bcd3e55c24a64c28ca7ecc54e24c6a85db8f48d0f58422551839df85fffeaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,529
Size: 1.00 vMB
Total Fees: 0.00863036 BTC
Feerates: 73.33 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,928 (427,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,249 487,249 0000000000000000004e6861634be63a9d9418fce737a7808b8fcdaf579a2046 2,510 0.98/1.00 vMB 168
487,248 487,248 0000000000000000009217a6f9844ccc73e22858f3edd607a6a60029e2b90ffa 33 0.01/1.00 vMB 483
487,247 487,247 000000000000000000447ce8a3914a853b0d01dc31ab9bb0de50ee9327e9c5af 740 0.91/1.00 vMB 29
487,246 487,246 0000000000000000003a793080ac553b7a2f288ca425823562150f27f5a51294 2,067 0.95/1.00 vMB 88
487,245 487,245 00000000000000000079ae99b30d87766d7a92189c2f1ed5ac8b430b57db64a9 1,024 0.96/1.00 vMB 24
487,244 487,244 0000000000000000004875679a02ce3fcbade4cc04afa4abc540206f3f99a44f 2,501 1.00/1.00 vMB 35
487,243 487,243 00000000000000000043f2de2ad4043176bc12f8930efcf20b98155d0c5ff245 1,660 1.00/1.00 vMB 81
487,242 487,242 000000000000000000be5cff6d223e1fc905f8e725e1e4f962722cac35c10b0b 1,840 0.94/1.00 vMB 16
487,241 487,241 0000000000000000003048fc4113fd8a04877787421c14d369fa514ca6db385f 2,362 0.97/1.00 vMB 39
487,240 487,240 0000000000000000001296098da7a89c4c0c7c448c03d74902321e5e880b9f9a 2,392 0.95/1.00 vMB 75
487,239 487,239 000000000000000000bc1a908877b24bdfb057a99830d0c26c4928de60b567aa 2,017 0.99/1.00 vMB 170
487,238 487,238 0000000000000000008266786c753b8091c071ae30c6a73d5f2eef7a339182d5 2,195 1.00/1.00 vMB 42
487,237 487,237 000000000000000000bebd5bd973f777d577bdc4a981443543dff8d4074ee4de 2,062 1.00/1.00 vMB 164
487,236 487,236 0000000000000000008a29a2718d823de9418ed9c909e2cd2ee0b72544cc7446 1,991 0.98/1.00 vMB 50
487,235 487,235 0000000000000000006c3bee3d2b9514d52331952a30778f38c79ab6e4f01a7b 2,492 1.00/1.00 vMB 111
487,234 487,234 000000000000000000b6702f9ad7ebc990f11ae384ea4490ad7cb995e3aedf3a 1,622 1.00/1.00 vMB 147
487,233 487,233 000000000000000000a4c33ba85ae57a210b1949384e49acfccc7c3e9aa5c511 2,481 0.96/1.00 vMB 72
487,232 487,232 00000000000000000030b8f973cedf22aceceece5b0d19a354e64d2d758e13ab 817 1.00/1.00 vMB 83
487,231 487,231 0000000000000000006a74a1ec8748adaadf8e2c1a54d2f42aaabd8876a1d806 1,870 1.00/1.00 vMB 120
487,230 487,230 0000000000000000008b4901eddc964f2cbb23bfcfe3d3950e693947a580c20d 2,608 0.97/1.00 vMB 101
487,229 487,229 0000000000000000003f735cf276c8b4e64e47ce58bcd21343fe7860849c0ef4 1,654 0.98/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.26 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: 655.80 GB
    • Received: 14.35 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.