Loading Tool

Explorer IconExplorer

Memory Pool

45,968 transactions
27.71 vMB
0.07681653 BTC
Random Selection Loading Transactions
Max Size: 146.65/200 MB

Candidate Block

Mining Attempt b8037921770fd091ff870e7a55ae27ed3774a385532d1f4606586f84c45c00cc
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 802a6f84370c3564abd9fb1b5cf4e8a518d7a378818ee86faa2fb6df27818a4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.02453634 BTC
Feerates: 502.65 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (327,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,274 587,274 0000000000000000000daec8346c72e22408732ea2ed66309c4bd8313043884a 2,657 1.00/1.00 vMB 6
587,273 587,273 00000000000000000002907051dd0c553941ab01a72426737dced2ab0260c817 2,391 1.00/1.00 vMB 58
587,272 587,272 00000000000000000019b6f4dc46306de456355e2448ab85bf6c11e0fd938378 2,685 1.00/1.00 vMB 22
587,271 587,271 0000000000000000001e228124ee7792f6ea8338c0a92c07f224feb6df8b18eb 2,904 1.00/1.00 vMB 42
587,270 587,270 00000000000000000008c158e516403a97056a6b1b1d2101f24314d0b88a7f92 3,066 1.00/1.00 vMB 46
587,269 587,269 0000000000000000000c41fbb5ead6c3d1b3f6da55a7f46b0e03cb7f310b937e 3,022 1.00/1.00 vMB 50
587,268 587,268 00000000000000000008847a0a69a2e18582d7e9650694736691f3fe24e9e5b6 1,382 0.49/1.00 vMB 36
587,267 587,267 00000000000000000017724f56f03a80c79fd7fb03898e9f1ef89cbb8583a51c 2,246 0.91/1.00 vMB 27
587,266 587,266 000000000000000000131f791d9897e30e43d60847d8c469a9c1bf17aac14690 2,182 1.00/1.00 vMB 9
587,265 587,265 0000000000000000000cb8612d53585cfe3d194a9b1670e7b23f4e1c6d9cfd0c 2,913 1.00/1.00 vMB 49
587,264 587,264 00000000000000000018ffbff274af14f9bddc43cfd6268f7036ae7fde1566af 439 0.21/1.00 vMB 18
587,263 587,263 0000000000000000000bde418d2d5118545c2cbe0bc6f45989c597892c289cd9 2,200 0.92/1.00 vMB 17
587,262 587,262 0000000000000000001bfa32f77498b34560bfe245e63e4649059327c97f2ccd 2,160 1.00/1.00 vMB 12
587,261 587,261 0000000000000000000caa257b0a53ed50532b0f5b69b3b2c7cea75d8a901251 2,605 1.00/1.00 vMB 42
587,260 587,260 000000000000000000021d20c8c060b8420c3c7402fc0751a959b53e2daffcec 2,636 1.00/1.00 vMB 45
587,259 587,259 000000000000000000186f3953fde0a390fc9410b0519925ad6bef8611520276 1,053 0.37/1.00 vMB 31
587,258 587,258 0000000000000000001ce94b71b12c27c914205aee07a4bdf4e54e6686b66969 971 0.33/1.00 vMB 27
587,257 587,257 0000000000000000000052585be59c93379f86ebdafeeaa1ffad53ffb9ced6a5 2,659 1.00/1.00 vMB 26
587,256 587,256 00000000000000000012fb6d89033042522906cacdef35f9c7b059622750c0ec 2,899 1.00/1.00 vMB 50
587,255 587,255 0000000000000000000ab411054c14093b514dfd1b963db6cd583645f3c39647 351 0.18/1.00 vMB 15
587,254 587,254 000000000000000000013a7da597e00cec5f672d193d47cac9b5f11431b7ad26 147 0.05/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.24 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.25 GB
    • Received: 14.28 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.