Loading Tool

Explorer IconExplorer

Memory Pool

28,307 transactions
12.62 vMB
0.04374579 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.65/200 MB

Candidate Block

Mining Attempt a786e381450edc40deab2b148b94da5b7fb682329514ac1acf3e389cd019fc86
Version 20000000
Previous Block 000000000000000000018ce11a5abe6629810fc82f98ff0f4193659032015bc8
Merkle Root 34c98c8bedf235bb78da8c25abf4f75ac7f734fe6607d9d9e2fa8dd2a6b45c38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 0.997939 1.00 vMB
Total Fees: 0.02170215 BTC
Feerates: 250.50 > 2.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,753 (807,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,724 106,724 000000000000cc1e683250860c79c3aa88b1c4dd9de38e1e32911002190b97c1 1 0.00/1.00 vMB 0
106,723 106,723 000000000000dd0f6c0c22dd7afe612a586b29e6f64b220bff1aafdfb658e46c 1 0.00/1.00 vMB 0
106,722 106,722 0000000000025a68e8fe65284da5c1b01cb0bcf8c98bf8fca1d3f355882eee02 1 0.00/1.00 vMB 0
106,721 106,721 000000000002744ebaba0726283f6144cef6da506d425b01b937884ead45db31 1 0.00/1.00 vMB 0
106,720 106,720 0000000000015301620bd327671def00dc3c2b032814b90d61223183f917f58c 1 0.00/1.00 vMB 0
106,719 106,719 000000000001b745d900b27485641f24f6ce48d594ff7151ac35e3fcbedda05a 1 0.00/1.00 vMB 0
106,718 106,718 00000000000229580f05e49c286cdbbe5c145b544f061728bca5b1201cfe9e12 3 0.00/1.00 vMB 0
106,717 106,717 0000000000010dd65226bf80f60a02bf9345cc60b34ddc12d74ce3b955c93657 2 0.00/1.00 vMB 0
106,716 106,716 0000000000007b931fc5f5e9c227792ffd7c2d034119fa4d26e77edb569d870f 2 0.00/1.00 vMB 0
106,715 106,715 0000000000011444c764a43d1e84ce5e74fe11dc2a9e72ad383a93471ef174af 31 0.01/1.00 vMB 0
106,714 106,714 000000000000836128b38fb70c1a773dc4e677a276b5f2597c9461247d481883 2 0.00/1.00 vMB 0
106,713 106,713 000000000001c7de24e6143a59bceaf49f6fafbd9ab78f9a58805461ba1b3e3c 2 0.00/1.00 vMB 0
106,712 106,712 000000000000e47857d1b7b8e88ddbc9a1a53449d24fdb4b6d4487bb0d9defed 2 0.00/1.00 vMB 0
106,711 106,711 000000000002e381129a2d41cbeaaf4a314d5756d0a9aca25d7bc7b2175cc0bf 2 0.00/1.00 vMB 0
106,710 106,710 000000000002b16ae62c561c24c0fcc69504024f0c786f634501a02cb9fe0b39 1 0.00/1.00 vMB 0
106,709 106,709 000000000002c6b647fc62305093820b6e9403af5edc087655a587fec17c9ca9 27 0.01/1.00 vMB 0
106,708 106,708 000000000002245a44af7ccc001f6cc4c6d99c0c5d069ae118edf16377345957 1 0.00/1.00 vMB 0
106,707 106,707 000000000001e1180a7c19786c2e0d93e654ef1337503161539be65131c91328 3 0.00/1.00 vMB 0
106,706 106,706 00000000000128bfe865e5ceb90b4ea4e6209d8c0063dffa23c158482d29fa46 1 0.00/1.00 vMB 0
106,705 106,705 000000000000b0b9cd8e66bbc0cd668a466644e4392ab79c89fc559459f5c3ee 1 0.00/1.00 vMB 0
106,704 106,704 000000000000e58d09ce5ad208d5cc08055f0f8a7d2c2e1f835a7fdec7f1325d 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.18 GB

Node Details:

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