Loading Tool

Explorer IconExplorer

Memory Pool

77,291 transactions
28.87 vMB
0.09878106 BTC
Random Selection Loading Transactions
Max Size: 175.15/200 MB

Candidate Block

Mining Attempt 948e23ab5daf119bceab4f0921a610f1979eaa68c008fa42ee4f78e8fb08b3b8
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 3eb7c0d1ec6e0cd6ec3b49393b1663c7b739fc9d809527da0c6af9bfe6ae45d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03044756 BTC
Feerates: 180.82 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (519,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,878 395,878 00000000000000000412ac66ee0d0075e62013a62d419a36344f536c21197b51 287 0.15/1.00 vMB 38
395,877 395,877 0000000000000000018027918310da3c94de85b475a4d133c98c6bae99702b27 1 0.00/1.00 vMB 0
395,876 395,876 000000000000000007293f21b43f12feb3ff0a4d92ea488024f848eb23a752c5 1,060 0.71/1.00 vMB 36
395,875 395,875 0000000000000000060f5eabfdc89f2859f790065d4a99c255df27be095b2a30 563 0.37/1.00 vMB 29
395,874 395,874 0000000000000000043348a41097e157bfbca9d7df4e7ea98e5942c3a4a19c7f 381 0.99/1.00 vMB 5
395,873 395,873 0000000000000000009a0e6e3a2060ad462ac7baf24e66b4f6099be6b20487bd 325 0.15/1.00 vMB 52
395,872 395,872 000000000000000001dc129bb25d7d9832f49b0c3ef5a1690225faf2326a2858 1,363 0.63/1.00 vMB 42
395,871 395,871 000000000000000001472c01f09a574dce0d5d613f5d377d130a8276a55aa3df 564 0.27/1.00 vMB 38
395,870 395,870 000000000000000005b846520c0e0dbb49dc46e13e3ded4cf5008511934cdc93 1 0.00/1.00 vMB 0
395,869 395,869 000000000000000004f6e4a10e547258bd5e821697ade7632b7dc8b360005e1f 1,482 0.85/1.00 vMB 37
395,868 395,868 0000000000000000039f26a0d2c1ec4e20a3695e4651454c1e6826b070c33215 1,064 0.99/1.00 vMB 18
395,867 395,867 000000000000000005bbb40e08c85c8e2850b423b4858fd7bdc79895840de1f3 375 0.20/1.00 vMB 42
395,866 395,866 000000000000000009190e8535b818c93fe2036c961cdb8b4406396b3b3d6a47 316 0.19/1.00 vMB 29
395,865 395,865 000000000000000001c86bd7d1593fdfd7205d737071d59b5a514a587c9ae6ff 256 0.16/1.00 vMB 26
395,864 395,864 000000000000000002e7b0ec607be3c64ae0478cb5b9e164d3fb95bcc1abed5c 118 0.28/1.00 vMB 7
395,863 395,863 000000000000000008de9a667530dbcf644d6434224f9d8ee11d152f91fb1ec4 1,816 0.92/1.00 vMB 32
395,862 395,862 000000000000000004c000765e15075b2ebe538a992c72bce713ca768fd74e8b 988 0.38/1.00 vMB 56
395,861 395,861 000000000000000005ebd991c8fedc023fe023840015c6578713f64b52b7ee97 1,134 0.54/1.00 vMB 40
395,860 395,860 0000000000000000081a57f86c252facd38edc735e0b48970e33b27144f7e492 423 0.99/1.00 vMB 5
395,859 395,859 000000000000000004ff905bf70e6fe61cd039aae19099a1e7c92bd6752ccb0e 2,120 1.00/1.00 vMB 38
395,858 395,858 000000000000000003dfa907e00c66593ae2f31e1db428a948f4e37ddd8be674 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.