Loading Tool

Explorer IconExplorer

Memory Pool

41,272 transactions
31.53 vMB
0.08520034 BTC
Random Selection Loading Transactions
Max Size: 158.06/200 MB

Candidate Block

Mining Attempt 835738b2d4f6b576b3b5bdf7117c783b4bb3b9f3b537144c0341f21c6ad22fa9
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root aa3e1dce2411eff44b292d5da51ac889d937b52ed0746afd155b4c5a8263c201
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.02032976 BTC
Feerates: 101.13 > 2.04 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (283,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,271 631,271 000000000000000000121d5eb374679eb60f4af36d6f15095796c54f7b45abb7 1,331 1.00/1.00 vMB 80
631,270 631,270 000000000000000000000b3303869ae841d294fd59984d756898d6dfaa90a320 2,342 1.00/1.00 vMB 170
631,269 631,269 000000000000000000125bcdb2141c408294972338fcdaeb127269ff0ea0527a 2,446 1.00/1.00 vMB 35
631,268 631,268 00000000000000000008cb9dea2e5153a8e297d7e47a451a9028309683aa5378 3,926 1.00/1.00 vMB 52
631,267 631,267 00000000000000000008b9dc26b4f21660bf115b2ce4becb7ca42f2b851084fb 2,812 1.00/1.00 vMB 153
631,266 631,266 00000000000000000003c6ad808d955d10096230fc226587d0dbe3e866f66b0e 1,909 1.00/1.00 vMB 77
631,265 631,265 00000000000000000004ffff4a0b9206f781d31c0860a97063f359c3b3dac663 921 1.00/1.00 vMB 84
631,264 631,264 00000000000000000002709d6e5bc01f58ce7e787ddba2eb7b8ebc6a13a6639e 1,739 1.00/1.00 vMB 74
631,263 631,263 00000000000000000004609f8870f7655a8e02466fc272ebd7bd09b1d407e25c 2,131 1.00/1.00 vMB 62
631,262 631,262 00000000000000000004614fd4a96f71697929f9d3293f52c02ea7f7f1f6645c 2,261 1.00/1.00 vMB 49
631,261 631,261 0000000000000000000ef8eb7e93fa3e24fcc0e59b12696371f52b57e8c593f5 1,769 1.00/1.00 vMB 44
631,260 631,260 0000000000000000000e391418da1803d94d60e6070d67c51f42b04e4c873120 2,256 1.00/1.00 vMB 121
631,259 631,259 0000000000000000000d1072e393d06f02e254c5c472631545e8f89f395e18b8 2,249 1.00/1.00 vMB 108
631,258 631,258 0000000000000000001002120747b84fb57693212b4287e69855e591ebd434b2 2,093 1.00/1.00 vMB 72
631,257 631,257 0000000000000000000332bb0d88ff94b94c82ef99ece69db6dafcc150fe3710 1,588 1.00/1.00 vMB 93
631,256 631,256 0000000000000000000383e14c8c4626cd7c0733ae6d9395197520748f168427 2,048 1.00/1.00 vMB 62
631,255 631,255 00000000000000000006fa546c7dbf53403ed7edb6561c074c8c15b2581b2de9 2,474 1.00/1.00 vMB 23
631,254 631,254 00000000000000000006c45f5868f9f657185d6d2fbc0d016eba1faf29e6357e 2,301 1.00/1.00 vMB 37
631,253 631,253 000000000000000000026c437aeb7ee954d40c84c2dae1a1c819abff6813b6cd 2,923 1.00/1.00 vMB 92
631,252 631,252 00000000000000000002a07e2f37a3a7d86a6f5965736d0dc622e1f7b06ebc2c 2,465 1.00/1.00 vMB 86
631,251 631,251 00000000000000000009a7f77f62ab8863442a3853ae806aa03a7808e84fec32 2,978 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.62 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: 625.46 GB
    • Received: 11.59 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.