Loading Tool

Explorer IconExplorer

Memory Pool

81,914 transactions
30.17 vMB
0.16474118 BTC
Random Selection Loading Transactions
Max Size: 181.36/200 MB

Candidate Block

Mining Attempt 04d6edb98e6ccd357e3af78b3850a55b84da5c705b7d269e5126a792e2135c28
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e316ef7567497961333d7ace1149eeb5805d249a04bc3949531732d5e88ec786
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.06216845 BTC
Feerates: 1,002.91 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (529,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,129 386,129 000000000000000006fac434b29477ecfc764d8c83cdce4548d68248103b3b4e 936 0.34/1.00 vMB 51
386,128 386,128 000000000000000007b045ddeebd1b4657d28f466929e6a85b67fef55feef2c3 1,237 0.95/1.00 vMB 23
386,127 386,127 00000000000000000944a80d16257e8fc6b2e0afeb7867783768fae1d7cbf4ad 2,079 0.93/1.00 vMB 38
386,126 386,126 0000000000000000071d3dd8fe5266c6d946292ef703aa60a6991731ccf5005b 611 1.00/1.00 vMB 13
386,125 386,125 000000000000000006f2a625372c878359206b736e04a6f0ea4614194e5b0fe4 359 0.15/1.00 vMB 37
386,124 386,124 000000000000000009a66a74ba6a32f56c29c695c561faee3af4fe4dab9ccebc 822 0.75/1.00 vMB 15
386,123 386,123 000000000000000008b0025bdf71a46f2acfd8275057f7a9fbdbd5b8def2727f 1,143 0.41/1.00 vMB 49
386,122 386,122 0000000000000000083490ad4b1cfbd9b0b557bb2a6f0b60f6caa73ae6eb2d3c 2,458 0.93/1.00 vMB 41
386,121 386,121 000000000000000001c0f1d600b130ead31c6a0ff1c66b6e4f4b406208c319ac 2,229 0.95/1.00 vMB 43
386,120 386,120 0000000000000000086f32e88c2b92a5342d60ce7967a1e9720ceb8945de5680 54 0.05/1.00 vMB 19
386,119 386,119 000000000000000001a3fb0b1f7f857decc1db37ab95efdf8e90096f50889985 2,484 1.00/1.00 vMB 39
386,118 386,118 00000000000000000c947ec8c00f0e09154ee25070f1b84409e580454480a830 47 0.05/1.00 vMB 4
386,117 386,117 000000000000000003cc80ce8f32a77ec809e0f7c8c7f574e3cd96c4d5951499 1,017 0.75/1.00 vMB 22
386,116 386,116 0000000000000000062df953b92c7bc511732db27b9e1f29cba99d8c28b296e9 2,545 1.00/1.00 vMB 43
386,115 386,115 000000000000000000f820f7fdaafa23afa4d316deca7f7d0efc724459b56c4b 1,653 0.75/1.00 vMB 42
386,114 386,114 0000000000000000043ede1068cc3c7b205650655251d1f9949e36c567003759 1,133 0.84/1.00 vMB 22
386,113 386,113 000000000000000002905c1952bce92a34ac80fd03256019eeddc7cdcf9ab894 514 0.24/1.00 vMB 34
386,112 386,112 00000000000000000e6dd150232df82762a4745bc83ce0cc9e91a2912427afb7 1,287 0.70/1.00 vMB 37
386,111 386,111 00000000000000000267282190e5acd8554db026a88c2958d6b5448653a4c24e 376 0.24/1.00 vMB 22
386,110 386,110 00000000000000000c3c19e0b2428c6aa9f8440032d495e9b63851eb5bc7de07 208 0.18/1.00 vMB 20
386,109 386,109 000000000000000006dc433afed325ecb8441757e75df9c10f944728434a41cf 204 0.12/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.