Loading Tool

Explorer IconExplorer

Memory Pool

73,983 transactions
27.35 vMB
0.06928257 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 54042e22969b9d2ff21f107160bbcdfb0d69d1271ab8420db220fca7999d5cd0
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 669770c7d8b0cafd472a4ef7ec7104844e849690bf135c190ea96aa98eb89244
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,305
Size: 1.00 vMB
Total Fees: 0.01112860 BTC
Feerates: 337.46 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (471,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,811 443,811 000000000000000002e1c911434b5bd55198ea19062b24a03842f5bc12202156 2,394 1.00/1.00 vMB 92
443,810 443,810 000000000000000000e7bec0a6cd6d46e96c2b0e90643a88c23e2ac4c5fbb0c5 2,194 1.00/1.00 vMB 77
443,809 443,809 000000000000000002c97e6fd316f91595bde351173545517733c73ad2ce1cf1 1,589 1.00/1.00 vMB 59
443,808 443,808 0000000000000000003dc7b103011c8d5c673548c35290a5d04910e54fdddeea 2,958 1.00/1.00 vMB 67
443,807 443,807 00000000000000000383d39c99cc9eaa755b499d69913d76546498a75c058507 1,891 1.00/1.00 vMB 71
443,806 443,806 000000000000000000543542dd4f8701f81579523072f6814bca1e9aabb0e04c 1,866 1.00/1.00 vMB 80
443,805 443,805 000000000000000002a52c90a199a4a40f3d43afec7e62d77659f5a04b6fd4ea 2,946 1.00/1.00 vMB 111
443,804 443,804 00000000000000000356fa6cb7ee0f8c7a1ac227a6a5896064bfe0bd281ef136 2,493 1.00/1.00 vMB 78
443,803 443,803 0000000000000000030734c4408a91ba038bd47df6908e0049b83d3eafe7769f 1,676 1.00/1.00 vMB 57
443,802 443,802 0000000000000000020d28109cf1e5b60d4646199a0bebc98356376e68b7fe72 947 0.57/1.00 vMB 60
443,801 443,801 000000000000000002e4a02e1f7e5c533ec5da03bccda72f6c4ff27d8adef599 1,183 1.00/1.00 vMB 36
443,800 443,800 00000000000000000206c8cf4c2ed65c232d371bc63a2a4420d847e9e24c486e 2,002 1.00/1.00 vMB 57
443,799 443,799 000000000000000002c080055b3fe571961129a7fdf160d7be978eeb60e64004 1,587 1.00/1.00 vMB 65
443,798 443,798 0000000000000000024fb661362e52ac613e4df9ee3626835574eb03b7e67af2 2,256 1.00/1.00 vMB 67
443,797 443,797 00000000000000000341283abc4db3fd5c6d2823cbf9c4383ab1742e34d93134 1,997 1.00/1.00 vMB 71
443,796 443,796 0000000000000000008778d16597336eed29bee28bf3673d6ef7f615d9a05231 2,100 1.00/1.00 vMB 86
443,795 443,795 000000000000000002bd6c6011ef267a365529fbbca9b7b8180e14e472d2b647 3,064 1.00/1.00 vMB 106
443,794 443,794 00000000000000000005a18a6c0c5c7071c6492bdc0d11e0d9027d65f02f1459 9 0.00/1.00 vMB 536
443,793 443,793 0000000000000000021bd68c578ad46d4e4e6e983396a06654c2ed4912b7c890 1,634 0.87/1.00 vMB 42
443,792 443,792 000000000000000002a81ca15b71a3af293fdc30a73fa6d4d302c37e6564e931 1,845 1.00/1.00 vMB 71
443,791 443,791 00000000000000000204776037f42b660963d4b4b54f30541190d2e89ec96984 2,266 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.