Loading Tool

Explorer IconExplorer

Memory Pool

76,189 transactions
29.15 vMB
0.10414517 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt e9c95e94b2b7cf7bc4124fe7dbdd0b1bb06ded55d15f3943323a422747345c14
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 626f311a373ac6186860ca320eb982211a35ec14012baa7fc5e1990ade591a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04173667 BTC
Feerates: 201.37 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (500,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,677 414,677 00000000000000000233b08a02b90dac9d3913093c412ae68db17b1790982203 1,165 0.78/1.00 vMB 29
414,676 414,676 000000000000000001862140b2feb5f0cea7212d7f0a60b9883c02a8afcd56eb 2,616 0.93/1.00 vMB 58
414,675 414,675 000000000000000003c40edc9a43b11619daeba7dcf0371cd15fc04576137b71 1,903 0.82/1.00 vMB 46
414,674 414,674 000000000000000004dc6b4238336f54a2fe2479aa4dba2071a66f237cd065e1 1,588 0.84/1.00 vMB 39
414,673 414,673 000000000000000000191d22b274e1fcf574f2ffdbd5e3e1a1725c0df4725f95 154 0.06/1.00 vMB 53
414,672 414,672 000000000000000003a763f993867527804c2fb159fb749c4283d9702d2282c5 1,920 0.80/1.00 vMB 46
414,671 414,671 000000000000000001f981c14c8dbf85988a446781561bf11c29643f6efdf2a1 67 0.08/1.00 vMB 12
414,670 414,670 000000000000000001d4e815c84ce330bd3edf047e502abeb5ff415ce8f91f8a 1,484 0.95/1.00 vMB 36
414,669 414,669 0000000000000000017d43eadc4d257909c03ea6e5c69b6a9b771471c91cac53 406 0.63/1.00 vMB 8
414,668 414,668 000000000000000004c85c3adb89e8f4b9206154b749d7d8105ea293122dc596 746 0.65/1.00 vMB 25
414,667 414,667 000000000000000000d4b390a29f40eef376889f35ec269f08e5149fd8d63786 157 1.00/1.00 vMB 8
414,666 414,666 00000000000000000525ea300b9035dea3051f5a42dae1314145d1842d695faa 1,604 1.00/1.00 vMB 30
414,665 414,665 00000000000000000452703e4dfe92bea22566c06e9bfb75b1fd95bb2f6fd342 2,583 0.92/1.00 vMB 58
414,664 414,664 00000000000000000332f98ca0351384682c074646f03e72c44f8ed4fa2363eb 2,937 1.00/1.00 vMB 61
414,663 414,663 000000000000000000c639b066db9b266c64b5787840d9b1f7d7662bb1c286db 1,237 1.00/1.00 vMB 35
414,662 414,662 000000000000000000b2299d291d3bcfb8242ee6755247dfdddfab1a8c6bf748 1,784 1.00/1.00 vMB 36
414,661 414,661 0000000000000000029110d7d35bfb5f87916a313f9e6bff29013ef5c3310ba7 2,699 1.00/1.00 vMB 66
414,660 414,660 00000000000000000553d57cd462cf2996e872e73704a8a281ccb4352b42e5f9 1,990 1.00/1.00 vMB 34
414,659 414,659 00000000000000000098e61a0f7eee32e0c6ca241d6dbf1b3df0f11998e0403c 2,910 1.00/1.00 vMB 70
414,658 414,658 0000000000000000022a8abe202a97afed759d3a95ff8402dc72691296d11605 2,032 0.88/1.00 vMB 51
414,657 414,657 00000000000000000012ca1d57564cb5a851a896ca9eed014d4dc1f1f917e736 874 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.