Loading Tool

Explorer IconExplorer

Memory Pool

42,734 transactions
33.39 vMB
0.11197195 BTC
Random Selection Loading Transactions
Max Size: 166.50/200 MB

Candidate Block

Mining Attempt cc36d9fbcf4dafe8196a6b2f90cf6caf08fd93655f59054effa9cd1624742d04
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root ade838501e92921493488310e3c1a63b451c716f4e8fdbc5505177623005d166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.03776863 BTC
Feerates: 501.64 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (789,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,373 125,373 0000000000003f05b060c974d06e440edaa839f70ace80d1b84df2860b592dc9 32 0.02/1.00 vMB 576
125,372 125,372 00000000000033d18b44a3556424546949d7e845951975c8f66c6c58f0d53739 48 0.03/1.00 vMB 459
125,371 125,371 0000000000000aaa138fe77d6a7110ff4bd835d25a7c3fa2ed2d17a809867559 2 0.00/1.00 vMB 3,861
125,370 125,370 0000000000000e74cd9471024d6f878420d8684e6a663066711ece2bd4099f2a 4 0.00/1.00 vMB 3,875
125,369 125,369 00000000000030857f0b36369a19a79d664fb5d0c5d63f1b51a33b6aca2dc8a1 40 0.01/1.00 vMB 167
125,368 125,368 00000000000030b7704ddf7eed630e41f948d126e6bc057ce4360bdabacf7fca 15 0.01/1.00 vMB 2,714
125,367 125,367 00000000000018aaf1f70d4c56ef059f6edf51d82062015c64b3c45a08e57b55 17 0.01/1.00 vMB 666
125,366 125,366 000000000000399f65c9e50b0a14e9d76f0dcbc300d6caf516c3d580f7071f2d 34 0.01/1.00 vMB 114
125,365 125,365 00000000000017c7333c36b02e29c27e3c722e690dd0188db93a173ba4caaf20 5 0.00/1.00 vMB 0
125,364 125,364 00000000000018074defda195f8c07d644161e73075ba9688e24193d0ccd8f53 22 0.01/1.00 vMB 633
125,363 125,363 0000000000002ed1fee1138be59da45939662281c4ef1e1b53f537c517a3701b 17 0.01/1.00 vMB 185
125,362 125,362 000000000000242aba4a5c0e6bf4af7ec958f25657bd626bf299940956332a10 4 0.00/1.00 vMB 2,321
125,361 125,361 000000000000094aa5812d0227f49410430d9821d5efc9a5fa62b2c2f19f5c1f 33 0.02/1.00 vMB 627
125,360 125,360 000000000000447184b573b0d65c7a03b52e30ba628edd224f920b713b57f222 1 0.00/1.00 vMB 0
125,359 125,359 00000000000037f0eae4870f4e495a24891e97ce8212ea3840d4cb9b2522bf7f 12 0.01/1.00 vMB 505
125,358 125,358 0000000000000293f9dc153b62f0cc1a1ab6a7f07973ca5e39c6115f5408ad65 50 0.02/1.00 vMB 2,141
125,357 125,357 000000000000415dab999837c2bc83f7b555252da5b03b6bf6a6dbab1d886ce7 42 0.01/1.00 vMB 0
125,356 125,356 00000000000002c9460945547d13ac8939e60e2619666b47fb9f1c3f4ef5f0ca 11 0.00/1.00 vMB 0
125,355 125,355 0000000000000b1999293a313fcbd111003003b1e063e01712db7fa71db3c775 9 0.00/1.00 vMB 349
125,354 125,354 00000000000011e3e044cd544d2752d07d2010833361c1df98de34d116b39ebb 24 0.01/1.00 vMB 826
125,353 125,353 0000000000001ea5f6d58f7c5885162ac8a12a2d286320c59d9541682286fb22 24 0.01/1.00 vMB 1,279
Previous 10 blocks ↓
Total Size: 781.61 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: 624.10 GB
    • Received: 11.54 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.