Loading Tool

Explorer IconExplorer

Memory Pool

52,379 transactions
29.41 vMB
0.09155410 BTC
Random Selection Loading Transactions
Max Size: 157.65/200 MB

Candidate Block

Mining Attempt 80f8b06abb0fa3f54d56b3e01d66733ce3a6ce4a9e4703f13308c736ec56741f
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 73e97383320c4983bb9a87025769c10c0a33b3e7c42e352f15ad681994434d19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.02249180 BTC
Feerates: 100.53 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (330,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,456 584,456 0000000000000000000e707114b6e3970c807d9950048c56b2f8fee60814ae2a 2,869 1.00/1.00 vMB 48
584,455 584,455 000000000000000000192aba3d2b0ffb382896e033bb47cb8a29c0f10b2137ac 2,181 1.00/1.00 vMB 54
584,454 584,454 00000000000000000020c3e9286239f03389e788e5ad359c13ae0c5a63f17ef9 2,892 1.00/1.00 vMB 83
584,453 584,453 00000000000000000021db3a39b29d819761195cdafa6e3ed457a5a45d7e649b 2,598 1.00/1.00 vMB 48
584,452 584,452 00000000000000000020e23810cfc6b6d6e2f224e492978a1ad4da106c03243e 2,111 0.71/1.00 vMB 29
584,451 584,451 0000000000000000000adc3d285bb69e91728dfb38bb7692e83f90752291fd12 1,906 0.64/1.00 vMB 31
584,450 584,450 00000000000000000019960edabec5efb6d0e2cd13dda2de604e06f1f1a6ceec 3,059 1.00/1.00 vMB 41
584,449 584,449 000000000000000000214430a2180a92a98c59f1471475fea36f377fc26e19b5 2,464 0.94/1.00 vMB 31
584,448 584,448 00000000000000000013a17397e380563bfbbd12a3a0024b1654adae88cf0c6d 807 0.29/1.00 vMB 38
584,447 584,447 00000000000000000015aa81110ef1a854014d9693315fce610d336aadc4e83e 1,283 0.49/1.00 vMB 42
584,446 584,446 00000000000000000015e87701fca14d14457be2ccd40d162c1e26171cf3c7a7 1,907 0.76/1.00 vMB 3
584,445 584,445 000000000000000000189ef85744b0cb799e536f4688c7ea8326f72c80eed3eb 2,529 1.00/1.00 vMB 41
584,444 584,444 00000000000000000022657e585023f42a5eff7e646aa4bbb3b7e743e1a14bee 2,358 1.00/1.00 vMB 68
584,443 584,443 00000000000000000003c3de878df4bbd7b03cbcf8322ebf9a64b2bd873161cb 2,622 1.00/1.00 vMB 23
584,442 584,442 00000000000000000002d1a1c656975d25ffc6e384f94c2d21b3f5f5db1eb8ce 3,112 1.00/1.00 vMB 66
584,441 584,441 0000000000000000000c57cd3e7657732db7442b5436c45254ed3a980d59ad0c 2,460 0.83/1.00 vMB 35
584,440 584,440 00000000000000000008507b512ec584984313eb49a4da645e940cf06a8f515d 522 0.28/1.00 vMB 29
584,439 584,439 00000000000000000008685792ae8fe07c4846cbe22b75b0a74f4a231b252872 2,375 1.00/1.00 vMB 20
584,438 584,438 00000000000000000009f70e99c14e604a71cf3bfd96971f3f737b383fdaae29 2,794 1.00/1.00 vMB 34
584,437 584,437 0000000000000000000194300ac7b9bfbf66e8c874114534457f7e1575e70701 2,815 1.00/1.00 vMB 37
584,436 584,436 0000000000000000000ab74022e2d6b59c705feb1c7748958896ea0b6d32aee3 1,950 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.89 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: 645.14 GB
    • Received: 12.68 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.