Loading Tool

Explorer IconExplorer

Memory Pool

77,002 transactions
28.60 vMB
0.10162449 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt c010dbbfc3fe344a366f4875e70fd43b6a7c03b9d4a24600db2d93986cf9d90f
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5b6420023d0be86d642bb22de853a72de8789d47bc9f565a3db578f6eb3e94fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03483928 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (48 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,263 915,263 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a 4,758 1.00/1.00 vMB 0
915,262 915,262 0000000000000000000093e6bd3ba29907f7c7ace6f63a7981fa8c3b4653dc94 3,310 1.00/1.00 vMB 3
915,261 915,261 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9 1,315 0.32/1.00 vMB 2
915,260 915,260 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759 3,048 1.00/1.00 vMB 2
915,259 915,259 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2 2,962 1.00/1.00 vMB 2
915,258 915,258 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9 1,451 0.44/1.00 vMB 1
915,257 915,257 00000000000000000000c2ea4156190785d000d55bacb2ecf527388d98dcbde8 2,946 1.00/1.00 vMB 3
915,256 915,256 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf 3,845 1.00/1.00 vMB 0
915,255 915,255 0000000000000000000073a01ad080299738c285e4c64efbdab5935b4df1aaf8 2,835 1.00/1.00 vMB 2
915,254 915,254 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e 4,951 1.00/1.00 vMB 0
915,253 915,253 00000000000000000000ee12e878d83dfda607ac0e43dcaad8408b33c3b868aa 2,663 1.00/1.00 vMB 2
915,252 915,252 000000000000000000009418be377a7dbe0bede82ec33cb930177efc69aaeff9 3,398 1.00/1.00 vMB 2
915,251 915,251 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7 946 1.00/1.00 vMB 0
915,250 915,250 000000000000000000015a3de86a7e0a4011ab502dd700120b69476be547c66b 4,232 1.00/1.00 vMB 1
915,249 915,249 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7 3,447 1.00/1.00 vMB 0
915,248 915,248 00000000000000000001668f2ba5d2d8fca150263455985ed24db0023d9b6c3c 3,739 1.00/1.00 vMB 0
915,247 915,247 000000000000000000011cceb5c999e0e9397223f03cfb22c7c69957828b1ec6 2,241 0.85/1.00 vMB 3
915,246 915,246 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b 2,505 1.00/1.00 vMB 1
915,245 915,245 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0 4,058 1.00/1.00 vMB 1
915,244 915,244 00000000000000000002084fc1d0f159b09fc929493eb0dc11098f925f56aaa8 2,676 0.94/1.00 vMB 2
915,243 915,243 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8 2,992 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.93 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: 714.70 GB
    • Received: 17.58 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.