Loading Tool

Explorer IconExplorer

Memory Pool

86,105 transactions
31.51 vMB
0.10451060 BTC
Random Selection Loading Transactions
Max Size: 190.85/200 MB

Candidate Block

Mining Attempt 85ad9ca0e3d0dabb648028af21400ea2e34ffad2a7e154fb3c158a0c14347457
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 4fa9c422233b903d9c7261f8b2c216d31f9ca8ba09b28088e2080f8c9e740d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.02845370 BTC
Feerates: 60.16 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (805,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,071 109,071 000000000000e130b73b4e0d8793bf20d3c4e48766ce998da421230b6bf82b18 11 0.00/1.00 vMB 0
109,070 109,070 0000000000018ea6d75256724494bf7c7e350cb6ac23ef1f4bc4f4f5d5cea552 8 0.00/1.00 vMB 0
109,069 109,069 00000000000014418aeaa7ccafa242af66d1f2001862f3ff07408ee178376c05 8 0.00/1.00 vMB 0
109,068 109,068 000000000001a850a999ada08d6e8f3d3da44ad0f1b02a7a1d7f3ac0771186ff 44 0.01/1.00 vMB 0
109,067 109,067 0000000000004c100c382bccb5f85e2c5e829bb3bd3365a13a46d4bb85c7cccc 11 0.00/1.00 vMB 0
109,066 109,066 000000000001ba01459c366526ee58bd72be6e3e86da4e4bed67c2df2af41f64 7 0.00/1.00 vMB 360
109,065 109,065 000000000000892e71e152ee8eb3861fe800d7186fbf042b49d934caee2154c8 8 0.00/1.00 vMB 0
109,064 109,064 000000000001152451809832d6e7817ee1f7727e794f94ac68221ff01a106d73 11 0.00/1.00 vMB 0
109,063 109,063 000000000000501ebc781bcd236e4c363e8d2e874a59f03d9dbcb8b1861f5be0 10 0.00/1.00 vMB 463
109,062 109,062 0000000000000ef0ae1eb6a19d7cfcb37be415ad4b3f04f2948eccfdfa14ed8d 10 0.00/1.00 vMB 0
109,061 109,061 000000000000e1b75a765d41063a7fadae7fab79dc6f410ee893f28888f8d840 10 0.00/1.00 vMB 0
109,060 109,060 000000000000f7489e121d2e1e15306c63cb0a429205afa4fe405c31b53e3864 26 0.01/1.00 vMB 309
109,059 109,059 00000000000090da14fddf04ca1da028c13793120af77d72cd165a0b18a058b8 5 0.00/1.00 vMB 0
109,058 109,058 000000000000a98ef72010a4085480cd08786d538c5924079b5d820735ffe5b7 4 0.00/1.00 vMB 882
109,057 109,057 0000000000016cab727dfd709c12c17b0418f244d8a0ba1ed6dd322996aee686 7 0.00/1.00 vMB 660
109,056 109,056 000000000000f93b006e8f3f44c219e3909ccca3f5d7660a773e90586536687a 1 0.00/1.00 vMB 0
109,055 109,055 0000000000017a65ff80557f6dd776e83c25649688ab0c8d1027948a7daa2392 12 0.00/1.00 vMB 0
109,054 109,054 000000000001adb929f3cf6f9f411eae96cc37e0a687c72619383ec659909b17 12 0.00/1.00 vMB 0
109,053 109,053 000000000001461fac712d1bdf2d1514e2609d0d827559d5eb3a003c9e481f51 10 0.00/1.00 vMB 0
109,052 109,052 000000000000e450bedc41470f24dd780c50b591e98b3ddab2067d67f6f3ad03 10 0.00/1.00 vMB 0
109,051 109,051 0000000000010eda2bea938e812e13e74bd62685e2ab58554bb87c237c6f0a34 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.