Loading Tool

Explorer IconExplorer

Memory Pool

44,332 transactions
27.56 vMB
0.08619717 BTC
Random Selection Loading Transactions
Max Size: 144.34/200 MB

Candidate Block

Mining Attempt bd22c1adfb7441b10f0c35c95eccddebeae68e47d4d5f2f6dad6def79c137828
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root fc58cf9514d5d4d5f40821a9ff2b5b50b5172ae80421fa506619f6d810ef4cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.03277169 BTC
Feerates: 151.65 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (44,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,602 870,602 0000000000000000000057a4995ae1f49bc36a9f981b46f2cfab603aaf98bad9 3,004 1.00/1.00 vMB 2
870,601 870,601 0000000000000000000105893967bc280abdd1d40bf3d2b34d02e646c876f7ca 4,820 1.00/1.00 vMB 7
870,600 870,600 00000000000000000002323ed2b02a5c27b9ddd2215a64c84ae345e7b9caa3ae 3,788 1.00/1.00 vMB 5
870,599 870,599 000000000000000000003373076855210cf09614961f5bfef440b9effe4a7cf7 4,624 1.00/1.00 vMB 9
870,598 870,598 0000000000000000000111e81def33f504d0ba366c5239ef8c035fe373c82ba0 2,113 1.00/1.00 vMB 3
870,597 870,597 00000000000000000001e5518986aa256945febb02094b53f3a3844fdbb512d0 3,173 1.00/1.00 vMB 3
870,596 870,596 00000000000000000000157e591939a6a45135389f4f73000115e52f38d8b926 5,166 1.00/1.00 vMB 5
870,595 870,595 00000000000000000000b050df51eb19f9f77de948798b4f4d3a7e1e65a6ba0b 4,224 1.00/1.00 vMB 8
870,594 870,594 000000000000000000011a554284b8f7067762d38d8a75311910339e940df032 4,978 1.00/1.00 vMB 4
870,593 870,593 00000000000000000000ef5077d4e97aa7d58145b83886c72ac4eb0a09913e42 4,341 1.00/1.00 vMB 2
870,592 870,592 000000000000000000023eeec034d6bfa3ae844b2d9988244a4c9e135c1faaae 4,723 1.00/1.00 vMB 8
870,591 870,591 00000000000000000002970d19f9960a6f18892d853057dfa9c0b38c3bccd1a1 6,204 1.00/1.00 vMB 10
870,590 870,590 000000000000000000025d9825d846d138ef5ec7c03a8a1599fad2aef32791cb 5,865 1.00/1.00 vMB 10
870,589 870,589 000000000000000000003b2d9f7ca57ab372471137ac44425d9b16737d6a7a03 5,760 1.00/1.00 vMB 4
870,588 870,588 000000000000000000006a4802e205ce31b7bcd639f62ab7a550fba99163c001 3,024 1.00/1.00 vMB 6
870,587 870,587 0000000000000000000184ad5f884984ea44aa439fc14a652c6423331d6d5d0f 2,887 1.00/1.00 vMB 7
870,586 870,586 0000000000000000000204245cc4fa7f4174dc4329fb01eed72d932d8c70c672 3,269 1.00/1.00 vMB 13
870,585 870,585 000000000000000000001726db69f4e05d12ca14060df7501a56afa43a334c85 3,664 1.00/1.00 vMB 8
870,584 870,584 00000000000000000000ac7515a1dc28dc4f318c4ddf6434acb91d9120f40497 2,993 1.00/1.00 vMB 8
870,583 870,583 000000000000000000017ad4ec0562a775b95d2ff9e0afdc1687625bdc5155f0 3,673 1.00/1.00 vMB 3
870,582 870,582 000000000000000000001b9a934fe2c294d23bff07bd5b55f51411195f35870f 4,877 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.