Loading Tool

Explorer IconExplorer

Memory Pool

40,473 transactions
27.83 vMB
0.07069617 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt caf3f7d2f4bce572755c47f59f856d4543d18a06c1e878734a7ca61d72f1eb82
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9bd7cb08b0401ac9041e4b5471a62f3aafbb2312a8d4a5760afd86c6a6ef9512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.01738321 BTC
Feerates: 101.49 > 1.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (125,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,674 788,674 00000000000000000000673c6cfa8c975671dce1cf73628ffeffd5e37b1cc8c3 4,836 1.00/1.00 vMB 557
788,673 788,673 000000000000000000026adaefd38fd5e10315c9b1f7fc0409707766f3ea5e31 5,498 1.00/1.00 vMB 426
788,672 788,672 00000000000000000004c35bf5b2379dedbe7f0b8762c1b4ee1ff8b28c331787 5,167 1.00/1.00 vMB 534
788,671 788,671 0000000000000000000174a5c786b24e35397bc7390e5a29adbd42022cf5cac9 3,126 1.00/1.00 vMB 389
788,670 788,670 00000000000000000000072abc90b90d8c5fc73b074b31547a1110b04aa9261e 4,763 1.00/1.00 vMB 590
788,669 788,669 00000000000000000005530cbf085854c7483d2e27423c8c2b0acf06c6e873e2 3,623 1.00/1.00 vMB 250
788,668 788,668 00000000000000000000c5467ec07e466b9f147085d740783e32e5b707d3f7b1 4,110 1.00/1.00 vMB 183
788,667 788,667 00000000000000000002b4c9becbe80c930c70a54b828bf71437f7dcb18cab27 4,140 1.00/1.00 vMB 213
788,666 788,666 00000000000000000002cc53730ae74036c5772e05dcbf10a500475de612c4db 3,569 1.00/1.00 vMB 240
788,665 788,665 00000000000000000004f6ea09d7c9e735d33922db27b1c3aeb1c309916a3e3c 4,098 1.00/1.00 vMB 197
788,664 788,664 000000000000000000014e7757898be583f3d606f9db89893cac65d24d8356f3 3,416 1.00/1.00 vMB 199
788,663 788,663 00000000000000000001105997da29ee28bc803338a35cf78951d71be6b564c6 3,728 1.00/1.00 vMB 229
788,662 788,662 00000000000000000004a465196f46e1cf88abb9fefa7dc44b07027df423d2dd 4,430 1.00/1.00 vMB 200
788,661 788,661 00000000000000000000c6fb7b192a0a456051013cd7a4090f246b1ca0c9202c 4,812 1.00/1.00 vMB 190
788,660 788,660 00000000000000000004d966db6649dc350b2290ac5fac7b731c17f4fd4da3d4 3,642 1.00/1.00 vMB 216
788,659 788,659 00000000000000000004dca8332df880f984e4718ab62647b98a47d3a2d13b47 4,058 1.00/1.00 vMB 227
788,658 788,658 0000000000000000000067bb39d6ac35592bca3cdffd34377834eb827d4cc11c 3,441 1.00/1.00 vMB 243
788,657 788,657 00000000000000000003a9881675f3888484f40e683240e80eeb4e3b23fc76ba 3,104 1.00/1.00 vMB 276
788,656 788,656 00000000000000000000115e7e0775314eb258daefe6c5d98016901d7fc5954f 3,314 1.00/1.00 vMB 230
788,655 788,655 000000000000000000037701f06f54c57de6f65088594a1dc7f5c5efaf93b513 4,286 1.00/1.00 vMB 203
788,654 788,654 00000000000000000003fd93810477d297865148b494087719ed43e9141b642e 4,579 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 781.76 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: 632.51 GB
    • Received: 12.12 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.