Loading Tool

Explorer IconExplorer

Memory Pool

81,606 transactions
31.02 vMB
0.09121691 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt ece4c2ca6ab213a585f678e67909d25325c64adbda4a26c01e12a132d4d7ba70
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 93e0dbd89ed5c7c3406a03c79b3c46a5340ffda850be66d8a9cc77230523904d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.02430776 BTC
Feerates: 351.58 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (486,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,075 429,075 0000000000000000043a0cf470191216020313adc3ac80658da6314a2a6d1ffb 387 0.33/1.00 vMB 32
429,074 429,074 000000000000000000eafcb913917f8751a8ecaf4e3e38ee0bf5540d4f608620 979 0.98/1.00 vMB 22
429,073 429,073 0000000000000000047c3d49f9836c9887a34eefdb146b9cc96cb761ede4642b 2,159 0.85/1.00 vMB 62
429,072 429,072 00000000000000000367182a15802ea2836f2d71c834c5ffb492f65600d99bff 2,404 1.00/1.00 vMB 63
429,071 429,071 000000000000000001d0a75c6a1cfc95898b022da0fc6e19b0a05d6609ce6d1a 1,937 1.00/1.00 vMB 40
429,070 429,070 00000000000000000213c1f8b74e7722457dcac07d7013695507be15bf16cedc 2,414 1.00/1.00 vMB 74
429,069 429,069 00000000000000000029c261710e9df0c8f578730b8b7e4717f50c7b1759cb0a 2,584 1.00/1.00 vMB 70
429,068 429,068 000000000000000001aea7e7c53413a8765c7b1d1e6aefb925023d19dd992ed9 2,188 1.00/1.00 vMB 60
429,067 429,067 0000000000000000046ae3d8f1f1ecdbcc233c2fc5b9b452a897b7eb1134d9a5 638 0.50/1.00 vMB 41
429,066 429,066 000000000000000001c7559670129a5e10d86579d291fd71a3de495a17830508 588 0.75/1.00 vMB 19
429,065 429,065 000000000000000004985ccc3d3c3a9ada06b73c064f080f6c736a976c17c47e 1,493 0.99/1.00 vMB 41
429,064 429,064 000000000000000004453d90fc5f98d9aaf5a2f0853be3f9e6e5de2a1ea5b022 956 0.41/1.00 vMB 61
429,063 429,063 0000000000000000025c03f14097d6accd378945e82698fc8f668975c0bb5188 334 0.12/1.00 vMB 71
429,062 429,062 0000000000000000017a43cd41ed848feebb8bf14568933943c77bf5b4f9bf00 1,437 0.60/1.00 vMB 62
429,061 429,061 000000000000000003e109809e0a5de44a10206abe839638ddae21d3db7b91fe 1,423 0.99/1.00 vMB 38
429,060 429,060 000000000000000001d9c1c0cabbbf75083369f4d36b73066706cd8b18c0df40 155 0.39/1.00 vMB 16
429,059 429,059 00000000000000000274d10f0c6cffaa530c2c4adcf9844c73c4a38469082f45 62 0.02/1.00 vMB 81
429,058 429,058 000000000000000002df352a07b24eb9a9cb4fca8b6a7a654c3049e83bc12641 292 1.00/1.00 vMB 5
429,057 429,057 0000000000000000017f1580b53f54162854822b9f2a7d102afa78fc864f8346 2,067 0.75/1.00 vMB 63
429,056 429,056 0000000000000000049672f10135e46787589f67b8a724a4186e75724fde2302 152 0.08/1.00 vMB 48
429,055 429,055 000000000000000002fec7956f59211955293d23effa10fb84affa7d5f6f6358 1,430 0.63/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.