Loading Tool

Explorer IconExplorer

Memory Pool

46,387 transactions
27.84 vMB
0.08357556 BTC
Random Selection Loading Transactions
Max Size: 147.35/200 MB

Candidate Block

Mining Attempt bc77d95b6ecf28ee5702312bd1f8d6e8d0820ec6e14d26cac3c526ba01cffa73
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root e577d7e466ad0c908176326136f094f28dd7784bf36af742442fbe7be1192073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02962419 BTC
Feerates: 200.00 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (749,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,357 165,357 0000000000000406a1fa221207ffe49f94f5a69c0ce659746fbbd6e3c5e53493 6 0.00/1.00 vMB 31
165,356 165,356 0000000000000272c3a536d6d157e7fd422b9d25df8227f46d0d4ee41f4b4d27 32 0.01/1.00 vMB 112
165,355 165,355 000000000000074118d265a4fd6187c667109b297e3b9f97f08c7634c0ec0ec1 9 0.00/1.00 vMB 0
165,354 165,354 000000000000073d1d3cfac0cd31254760d92659317e045a2ba6cdbb1c378577 18 0.01/1.00 vMB 209
165,353 165,353 0000000000000a66d7f683a97c354ca132895d7ddf1a03b389474f2946c8e551 31 0.02/1.00 vMB 68
165,352 165,352 000000000000039f2838b54c3ee1f7b6e626301cd284244eb4569df09bcff2a6 67 0.02/1.00 vMB 114
165,351 165,351 00000000000006fa9ff7cedfc8650220d38437decb09c170feced56b56f19856 11 0.00/1.00 vMB 41
165,350 165,350 0000000000000b63bf3aa266776293d01df2765a3c7f6adb2b6c2963686e1867 11 0.00/1.00 vMB 51
165,349 165,349 000000000000088f50a35641bfcf02fd6269e0d75b09fa81d19f4613c0e76cd7 117 0.05/1.00 vMB 69
165,348 165,348 00000000000000ccfd8f39ec9870c696756ad18a71ab2393513299d2f9d47e05 53 0.02/1.00 vMB 62
165,347 165,347 0000000000000bdaabe3e5d08286ac5361713086528b77b8f14584421d8c3a13 10 0.00/1.00 vMB 16
165,346 165,346 0000000000000ad3ca81fb434b7b0adea76a941d1c1186f0ec811dcbd8aba6aa 22 0.01/1.00 vMB 224
165,345 165,345 000000000000049de33b16dc102cae93e13acad802a3c3d4f855b03fb6b78532 75 0.03/1.00 vMB 125
165,344 165,344 0000000000000010c2a6d679a876e529d7ab0f1b8a614464615772d90a238d05 12 0.00/1.00 vMB 62
165,343 165,343 00000000000003a44cfe412744d00331eba681c6a5fa8e1b7251ec25e609f76a 91 0.04/1.00 vMB 34
165,342 165,342 0000000000000887a49e6b5cd711e1403d1ead44882e8f40fbebe2f74728c01f 18 0.01/1.00 vMB 0
165,341 165,341 00000000000005486e0c4fe1c1382ee67d49ca838d8a3db035f3d75dae4a7648 48 0.02/1.00 vMB 14
165,340 165,340 0000000000000aaf60fdbe0457b702cb22ac75a3071c727ca8636c3a69e84ceb 11 0.00/1.00 vMB 263
165,339 165,339 000000000000028a26e04c6280cd12a07b986409628bdfd97a0ac6a618e5a11b 15 0.00/1.00 vMB 0
165,338 165,338 0000000000000ba3ee1c9c3a2f56c302712f7ff4a763fc196596e1e14763ff9f 38 0.01/1.00 vMB 126
165,337 165,337 0000000000000add8ae23d748a1cd28eb2f74d74bd9f47971971d3621079c8f5 5 0.00/1.00 vMB 554
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.78 GB
    • Received: 14.19 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.