Loading Tool

Explorer IconExplorer

Memory Pool

41,815 transactions
27.61 vMB
0.13504346 BTC
Random Selection Loading Transactions
Max Size: 143.02/200 MB

Candidate Block

Mining Attempt e147ae188c6d6a72a2477cbd848cfd7e0fc5020b87a193efb8516cae34158340
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root dfb9d3eb6f1900193e0b4b68800c6a52efc399aeb6a8c06890d6092057737423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.07232858 BTC
Feerates: 285.90 > 7.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (481,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,874 432,874 00000000000000000031cdcccdfd7b902666cfa1399046e78b3c5a5ad55b833a 850 1.00/1.00 vMB 16
432,873 432,873 0000000000000000032cac2e2095a9f4df4a4b9bb1ba9bb4167e8946f6dfea56 2,058 1.00/1.00 vMB 40
432,872 432,872 000000000000000001a5317e7c8ec3281d3d4578a15ba7e0a22c3bf202ed1619 1,813 1.00/1.00 vMB 44
432,871 432,871 0000000000000000014217fcaf019e9ea192db1846f5892e7707a3bda6dfb2e6 2,921 1.00/1.00 vMB 74
432,870 432,870 0000000000000000006ee7abc4805d50ffc71c49ae11a4cbcd9a49602cb43abb 1,078 1.00/1.00 vMB 30
432,869 432,869 000000000000000001937464c1fa92fe6df5f2d07591448e06b7d7e6591aeb33 2,404 1.00/1.00 vMB 58
432,868 432,868 000000000000000000e50df3ffcbc766b6e4767cdc9762498d0ba6342e9bbdfc 1,953 1.00/1.00 vMB 50
432,867 432,867 000000000000000002be0e5e36236eef0e336f120c4465847f06580e9b784b68 1,219 1.00/1.00 vMB 29
432,866 432,866 00000000000000000471363378ed347b4543451dbd10791f93053a0427dd0b3d 1,459 1.00/1.00 vMB 43
432,865 432,865 00000000000000000403f4c6e67c916a72ebb11b9b5c49b1e80cbc00d6852daa 2,254 1.00/1.00 vMB 41
432,864 432,864 000000000000000004011ffb7b0adc7386bed83cd98924847962c90b9e7f34bb 2,005 1.00/1.00 vMB 59
432,863 432,863 00000000000000000311f6d11821f16d7ded8b463857cecea7631bd6810c7855 2,521 1.00/1.00 vMB 82
432,862 432,862 0000000000000000017205b215a299fe1a228e6b01ca3c39fae43da4bc561b35 2,284 0.93/1.00 vMB 64
432,861 432,861 00000000000000000028070c4eff21147cc6efbd656498cc0ecd12c892f32bac 2,665 1.00/1.00 vMB 62
432,860 432,860 0000000000000000027d4db1b6b314073f93865555299418047a0b8c7fffd639 2,570 1.00/1.00 vMB 59
432,859 432,859 000000000000000003a178f049d61acfb029bec5df28ec11bb7bfba300d7be7a 3,203 1.00/1.00 vMB 98
432,858 432,858 000000000000000000bb3e10a391afc5c5ec653ca57603cb585070cc0b751fc7 7 0.00/1.00 vMB 330
432,857 432,857 0000000000000000047bd0c0bb3f3f797818d9d3237a313592cedeeea92d1571 1,807 1.00/1.00 vMB 53
432,856 432,856 000000000000000001d17ce2bf58039fbd5ed1e33be9a4df61b4546c8b0c29b4 1,819 1.00/1.00 vMB 45
432,855 432,855 0000000000000000003f3d6093681c779dd51e8204b21f4b5dac0d4b1f758d99 1,247 1.00/1.00 vMB 38
432,854 432,854 000000000000000001b0aabc40cac5a6708bf378ef63df46ed6f1589bc9fecdf 1,787 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.82 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: 636.47 GB
    • Received: 12.37 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.