Loading Tool

Explorer IconExplorer

Memory Pool

78,753 transactions
29.18 vMB
0.09471621 BTC
Random Selection Loading Transactions
Max Size: 176.33/200 MB

Candidate Block

Mining Attempt 3c7cb316c13e133bb9915e90cfb88fafef46589fea0c2f08a8c70877cf7002ae
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root beac6ec9da7247075e2bfb10dbbea41b4de5fdc6ceb202ff171679d2681b94d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.03357520 BTC
Feerates: 477.45 > 3.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (272,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,606 642,606 0000000000000000000111e652770f2334d92be82241641ffd106748a3695891 2,820 1.00/1.00 vMB 94
642,605 642,605 000000000000000000048483a5bd7971a5b9cdf76feb1ce15068690dbe34cdaa 2,602 1.00/1.00 vMB 65
642,604 642,604 0000000000000000000a5e488ab29460bb730b16c7857691f1ad8e02bd695850 2,199 1.00/1.00 vMB 84
642,603 642,603 00000000000000000009dbc42e2dd6e23c71857d70936ac1bd666a68dff9527d 2,830 1.00/1.00 vMB 154
642,602 642,602 0000000000000000000ab038a9f3ec7c40f34cb3b7b1d2f49a5a6e877f218e31 2,212 1.00/1.00 vMB 137
642,601 642,601 0000000000000000000baf611d043a7f3d33fb7b38eec7157538b57bd5657831 1,858 1.00/1.00 vMB 169
642,600 642,600 00000000000000000005048389fe4b85b4ff08c4e5fcf512e9a2f7e2426d992d 2,346 1.00/1.00 vMB 119
642,599 642,599 0000000000000000000569713957228263625273d8f2df7bea1071f220cde98b 2,031 1.00/1.00 vMB 136
642,598 642,598 00000000000000000000e328a67d61752821453f2488fb286b7d8654492e2a6d 1 0.00/1.00 vMB 0
642,597 642,597 000000000000000000031c849062c2b0c3263709ea2d0a3231a8474885b59b59 2,238 1.00/1.00 vMB 156
642,596 642,596 0000000000000000000e00c6ca8cbad63d183be2894202c4ca8f9d80467b7848 1,738 1.00/1.00 vMB 148
642,595 642,595 000000000000000000094ceb7332911f24211af3f3394a9855f15256d44fb84c 1,884 1.00/1.00 vMB 164
642,594 642,594 00000000000000000007769590a0f530a370b3db6bc04f521d7d084ccbcb142a 2,387 1.00/1.00 vMB 167
642,593 642,593 0000000000000000000c287b7390a2bdcb494fe40a47ed6aa91c582c3c277999 2,620 1.00/1.00 vMB 163
642,592 642,592 0000000000000000000faf9aa0d1b4765733c8adbc658a0657d96518f0b9e4c2 2,097 1.00/1.00 vMB 108
642,591 642,591 00000000000000000003eec40bed31ff84358e2f30d76af3a453f96e06c059fc 1,953 1.00/1.00 vMB 146
642,590 642,590 0000000000000000000ef1e9b580781d74a05bfc74a4451673ae16ee6a198973 1,974 1.00/1.00 vMB 154
642,589 642,589 0000000000000000000a12423eca3a156d5c884bdab1b87a4722506262be5419 2,822 1.00/1.00 vMB 182
642,588 642,588 000000000000000000024288d8c6802102d190c63b1ab5d2169ca07cb9790e42 1,624 1.00/1.00 vMB 47
642,587 642,587 00000000000000000008521ca22dce20d1d3abd7a9e9c390902704553f97ee24 1,340 1.00/1.00 vMB 27
642,586 642,586 00000000000000000006122f71259d466b98885f6461215f307d44366b20cc1a 1,610 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.