Loading Tool

Explorer IconExplorer

Memory Pool

73,691 transactions
28.75 vMB
0.06854214 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt 3b42bba64577a05106d82a04439b1aeb154e795f15d967d276fa34cd106d82e1
Version 20000000
Previous Block 00000000000000000001cbb9345b353357076d577de541b2a8fbcb1d6fb429b8
Merkle Root 693137d2e6ca67b2b769b0d1562fe7b89d0a21b22672b4ac437635af48486b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 1.00 vMB
Total Fees: 0.00510953 BTC
Feerates: 40.21 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,434 (489,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,828 425,828 000000000000000003a1b9bd6322e4e2561bbd3b9269cf5632745fe6c4080391 1,376 0.99/1.00 vMB 44
425,827 425,827 00000000000000000415eeeab05200a4a67ad656f965e608fbe6a2ae5f857b85 1,294 0.71/1.00 vMB 54
425,826 425,826 00000000000000000249cdde85c899eae3e2139054f65a57de2de7165534cc58 2,090 1.00/1.00 vMB 62
425,825 425,825 0000000000000000042c52a973289b50e380354ce1c1ca5bebcadd171fd799c1 2,854 1.00/1.00 vMB 97
425,824 425,824 0000000000000000044fab49f6a759c3b8e5d72e7cc17e0a82b954a9589d3dde 1,232 1.00/1.00 vMB 35
425,823 425,823 000000000000000001a8019cf38135aed9f0cc199fec039f5f16a25fcc98d94d 2,106 1.00/1.00 vMB 78
425,822 425,822 0000000000000000013dd8e4a9adc674151ac3818a312199ef31d8ca3088cf67 417 0.17/1.00 vMB 110
425,821 425,821 0000000000000000004d450f1ea67d044fbe5e4cd8dceca1f0d6b502c9a8db8d 336 0.70/1.00 vMB 14
425,820 425,820 000000000000000003603397e206b190b8b53057a89efbfcba4d2041ea407876 1,525 1.00/1.00 vMB 49
425,819 425,819 000000000000000003a5ac3321bf5ff8e834d713984f1de0c735549cc61b108a 2,906 1.00/1.00 vMB 86
425,818 425,818 00000000000000000339f5fcbda3736c0eb5c7e650d7d3f32f3d914392507dcc 2,577 1.00/1.00 vMB 77
425,817 425,817 000000000000000004d333c3326ec7c680af6d69b18ad9af17ac9c348e7bdd2a 2,838 1.00/1.00 vMB 104
425,816 425,816 000000000000000001c9a6a8d6a707e3ae4809e831871db1de4f25adeaa475b4 1,139 0.48/1.00 vMB 78
425,815 425,815 000000000000000003c64305bc2ae53d717254c55aa04900bf3ae2dda22b8fa5 1,280 0.65/1.00 vMB 57
425,814 425,814 00000000000000000229449854656a723dd573e652a7e2c54da487d80593cb97 2,582 1.00/1.00 vMB 82
425,813 425,813 000000000000000001b721c0fd8eee991ea50da7f1e8a6cb6b5ab793c9778f9e 662 0.26/1.00 vMB 73
425,812 425,812 00000000000000000117804743eedd160dafde8846d27bde6b04ec27f7051695 2,470 1.00/1.00 vMB 79
425,811 425,811 00000000000000000381e5f819a766c6ab53cf43e55d3c59aa07d716a69a641d 660 1.00/1.00 vMB 19
425,810 425,810 00000000000000000413fb08edbc5dbf94b2eff4bc1222ab00382da87ebe7b48 1,234 0.59/1.00 vMB 63
425,809 425,809 000000000000000003c7f4e8e3f6c640af9ca5b7d2eb420c23712d81a4f6cdc4 2,619 1.00/1.00 vMB 77
425,808 425,808 00000000000000000011ddda4655e13415575a0741e5deea6e8327035bf70826 344 0.18/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 743.04 GB
    • Received: 18.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.