Loading Tool

Explorer IconExplorer

Memory Pool

42,367 transactions
20.85 vMB
0.11470243 BTC
Random Selection Loading Transactions
Max Size: 115.67/200 MB

Candidate Block

Mining Attempt b48508a3cd46526a8a3e61128ed6542550aad814ba4f8691be7399e463592999
Version 20000000
Previous Block 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6
Merkle Root 1c6b1f6f60d7ee0977c9a75e31e47c143778625c9882d4e225a1b1bf3bbf2e20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.05870488 BTC
Feerates: 784.89 > 5.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,884 (739,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,730 174,730 00000000000004f3c9712c3af07241befe81e387f34994129bda9928993351be 13 0.00/1.00 vMB 1,054
174,729 174,729 00000000000000bdd7262f44c5d7166b1331164f9a9fd10a6df828ecbedd0549 15 0.01/1.00 vMB 114
174,728 174,728 000000000000020553ccbff2c6069295dd6f120884ef026622d6ded2952d4179 7 0.01/1.00 vMB 23
174,727 174,727 00000000000009bd1ba8b787fe66acfe7cf104241b4b89e03924716f03e3a906 10 0.00/1.00 vMB 104
174,726 174,726 00000000000005a67fc8c23dff62a419e1025c9d90623118874a808652c22e22 5 0.00/1.00 vMB 0
174,725 174,725 00000000000005fdddb15abb9c69931856316e25fd80f2fd9cb54928e049e579 19 0.01/1.00 vMB 144
174,724 174,724 00000000000005c812f87201b3700a3c846cf6f45e711ac42a301bef6c3c66c8 12 0.00/1.00 vMB 65
174,723 174,723 00000000000000f40db27e1c52c9a40b872eb1aa241db2775f405db30045f121 12 0.01/1.00 vMB 37
174,722 174,722 00000000000004144c3bad9fe2d6a4ccb3c716b8587c06b1542700fb77b4fe14 148 0.04/1.00 vMB 83
174,721 174,721 0000000000000287c2dc2735d93a5ec980a7552d9444bbb32bf47091da5be9a2 12 0.00/1.00 vMB 49
174,720 174,720 000000000000041f1d66ea7d7a214366df6f40d0c2aa88929162afc2bf86768b 31 0.01/1.00 vMB 48
174,719 174,719 00000000000009dd806a658116a13b8b55f5f85ad2c7df44b2d6eea0191cc37b 12 0.00/1.00 vMB 3,390
174,718 174,718 0000000000000770f0f53d5f78933b3f9c0e97d406258baf0c436714bc639ccd 22 0.02/1.00 vMB 27
174,717 174,717 0000000000000145bb59b9e7576b1c60b8f2d4b5ef0cc599430b3a62cddcf59a 85 0.04/1.00 vMB 168
174,716 174,716 00000000000002ffd0d3b49f749f19869ad4b031d503ff5ff3677d11eb798d2a 45 0.03/1.00 vMB 11
174,715 174,715 000000000000064791455adb9fc6971ad0eda0bb30ae503e9f6a7a1667cb2d27 76 0.04/1.00 vMB 77
174,714 174,714 00000000000008b014385ddac8f8fdf94e066a5c6c8a3a43627571cd35b71274 11 0.01/1.00 vMB 105
174,713 174,713 000000000000062e3ef9798e0cb2b60a4ba5ce7957509b55503099cc9e94abc7 45 0.01/1.00 vMB 175
174,712 174,712 0000000000000638c0f8385f8eb38702348358ed00ea12606505588be18b7734 37 0.01/1.00 vMB 152
174,711 174,711 000000000000076619487f80c79d1a7fe2e09f0cc64862db23c41782d6097e4e 48 0.02/1.00 vMB 203
174,710 174,710 00000000000002e2e219a5f41a97f1a9f6582e7b6d4b65d15bfc96557f27be3f 28 0.01/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 780.40 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: 525.59 GB
    • Received: 5.22 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.