Loading Tool

Explorer IconExplorer

Memory Pool

81,837 transactions
30.86 vMB
0.08238956 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt de1198433bde6fc1e5cdf566e248503131585384c74360499d5436da9a6bb678
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 221a1f3b9438262b48c3e1d6f7b2b50bf3c1e458addc7a817ccdb6b257e37ad4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.01297477 BTC
Feerates: 100.00 > 1.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (235,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,825 679,825 0000000000000000000aa965c41a49a1742e90ab03952f80476f03b4eb563a3a 1,247 1.00/1.00 vMB 252
679,824 679,824 0000000000000000000a67e23ad0775c8498d7223c40a6c1ded5db206ea03289 2,192 1.00/1.00 vMB 272
679,823 679,823 00000000000000000003bafb886ee28df8137fedf97ff89b79aaef39fe2ea3c2 2,786 1.00/1.00 vMB 221
679,822 679,822 0000000000000000000151108ccbdb55bbf1f97779c4bc475f89b58d10d8b6c1 2,599 1.00/1.00 vMB 263
679,821 679,821 00000000000000000005c074987ec8cb6a9af0c1115b90a0c19043ca10e7485d 2,141 1.00/1.00 vMB 229
679,820 679,820 00000000000000000009ec3182a79dad9140ea99f1fce9d5238e9566857945b8 2,872 1.00/1.00 vMB 284
679,819 679,819 0000000000000000000a5ac196e4d50a7cc29873dcc93e569f58ef07fb667f0c 2,067 1.00/1.00 vMB 240
679,818 679,818 000000000000000000009454a2f19e22ed7eb412536226793f0fee19e4dbba7e 2,558 1.00/1.00 vMB 244
679,817 679,817 00000000000000000008b757f5e47b65dd5eb56a8b91e10c2453e6a5dc617ad4 2,753 1.00/1.00 vMB 270
679,816 679,816 0000000000000000000b393627ccefdae6bab453fafc1b952ea8f1f54dab8c22 1,848 1.00/1.00 vMB 247
679,815 679,815 0000000000000000000212c568387b07cdc081c87a3d0371f66056963859efc1 2,725 1.00/1.00 vMB 252
679,814 679,814 0000000000000000000066f0f091ff574e57396266f50c1787f7e41f5853df2b 2,025 1.00/1.00 vMB 270
679,813 679,813 00000000000000000004ea75604601771fb64f2517d85a48b74de580c4c3f773 1,828 1.00/1.00 vMB 280
679,812 679,812 0000000000000000000a5986e05e231920cbe98bb1a23ed9f6ae4958cc0392bd 1,983 1.00/1.00 vMB 282
679,811 679,811 00000000000000000009afc12480dfca29cf42038c3062a10496ec1a8fe94933 2,241 1.00/1.00 vMB 253
679,810 679,810 00000000000000000003a227cc6b3ba4d7542b5a37fab70cad52a80e70dbdb35 2,010 1.00/1.00 vMB 268
679,809 679,809 00000000000000000004ab0e1901913c6826a92103b9649ac76dbcef1a32d24f 1 0.00/1.00 vMB 0
679,808 679,808 000000000000000000024359dde1e5686247a1d0161445ea2dcc2d484998ed79 1,925 1.00/1.00 vMB 325
679,807 679,807 00000000000000000001755e66ca5cc5240a69bfb6dd738578b0b7c888e700fe 1,340 1.00/1.00 vMB 244
679,806 679,806 0000000000000000000376a88445271d6f00d7d7f8f50291c54050f2ac8af72f 1,957 1.00/1.00 vMB 290
679,805 679,805 0000000000000000000905dce69b7b939009a6aeb0d8f7920925ce09d3cb5dbe 949 1.00/1.00 vMB 228
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.