Loading Tool

Explorer IconExplorer

Memory Pool

82,635 transactions
30.15 vMB
0.15719339 BTC
Random Selection Loading Transactions
Max Size: 182.67/200 MB

Candidate Block

Mining Attempt 6dbaa28b42518eb2afd75f34a3609bdb3e1a23e01338d2f9c3c4a04df9c45776
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 70d0638b9b447c560f8d082c06410bbab156a7b00532be0095a2a68a893c9183
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.08456422 BTC
Feerates: 101.65 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (242,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,834 672,834 000000000000000000003de0ae58c4f136cd91330b3870f66d6d372adc18f557 2,573 1.00/1.00 vMB 134
672,833 672,833 00000000000000000008052783eb2a99bbc92ccf93b0315052b27f7c1d19d0cc 1,718 1.00/1.00 vMB 36
672,832 672,832 000000000000000000070e07106eceabd6b8bcd4fb26a193fe404224791f06e6 891 1.00/1.00 vMB 122
672,831 672,831 000000000000000000073c175d37a514bef71c92cdafe9f44e43cf6425a440d4 2,106 1.00/1.00 vMB 63
672,830 672,830 00000000000000000005c78a44aa046b5bcd1e33ea1a47fbf08656348b45f301 2,254 1.00/1.00 vMB 22
672,829 672,829 000000000000000000022ce75695bf33fe1a4b66550472317682b88545b2d469 3,043 1.00/1.00 vMB 45
672,828 672,828 000000000000000000088349320eb7a9a99c8b1674a399fe8a8ec1dbff3eb818 2,987 1.00/1.00 vMB 85
672,827 672,827 000000000000000000028b956a3e1c1cf3ca1e2395b1c1b4b35e6da7c8b25c8b 2,591 1.00/1.00 vMB 70
672,826 672,826 000000000000000000030a62100ecd71e0a21c5fdb96519292ba7c0ce62d8d72 3,134 1.00/1.00 vMB 127
672,825 672,825 0000000000000000000c84edbb0ae7166865f744e47a4d0f8ad73353dfcd5c7d 2,596 1.00/1.00 vMB 60
672,824 672,824 000000000000000000062667d03aeca03f8eeadba9a936c35db0ced37673e90c 2,950 1.00/1.00 vMB 86
672,823 672,823 000000000000000000054d89c0728d0345197f2e7eb35635aa301af15efad37a 3,275 1.00/1.00 vMB 138
672,822 672,822 0000000000000000000c284f350076437fe8127149cc00e3719f253e8f5f116d 1,515 1.00/1.00 vMB 34
672,821 672,821 000000000000000000065cbf64161b86fcc759289f57312f2d88e09019963ef8 1,665 1.00/1.00 vMB 24
672,820 672,820 0000000000000000000b88cad26d9fa770a0fb8f59958ad744cf3340e49382af 2,912 1.00/1.00 vMB 86
672,819 672,819 00000000000000000003c6cf4eda197462528d829d090c926b8aa1d318f04451 1,415 1.00/1.00 vMB 85
672,818 672,818 000000000000000000084910113a6c251c10ce4d318bb4fa379280fa5f8a00cd 923 1.00/1.00 vMB 123
672,817 672,817 0000000000000000000a24c35c78380213682144c53dc2e53542c7b1e5a335ff 2,176 1.00/1.00 vMB 33
672,816 672,816 00000000000000000009c8c02aa89630c74673307dec5bd4be71df2d137c2548 2,738 1.00/1.00 vMB 77
672,815 672,815 000000000000000000093675cf253aad234d50d5fccb5dd4d7008e78db13d123 1,990 1.00/1.00 vMB 140
672,814 672,814 00000000000000000009aa3489fb7a2564cb51acf9de03aaa2c09a7c98a0086e 1,798 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.60 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: 671.71 GB
    • Received: 15.99 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.