Loading Tool

Explorer IconExplorer

Memory Pool

88,280 transactions
32.16 vMB
0.13620648 BTC
Random Selection Loading Transactions
Max Size: 194.91/200 MB

Candidate Block

Mining Attempt 00179f0bbc6821c558e859799acf59f89d2e4227493337cedaff3dc5f0f1048d
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 91d180d64ffbcbb7ebc5e0eb9cdd20bf533e036f6efa0a1c75faaa0dc69e1728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,940
Size: 1.00 vMB
Total Fees: 0.05025960 BTC
Feerates: 101.65 > 5.04 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (463,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,070 452,070 00000000000000000014e498fcf0cb9c4f4d68b0ffbc8964f0d872dab3ed3be3 2,120 1.00/1.00 vMB 105
452,069 452,069 000000000000000000414ab28aa43af555375c9eb49905b89160eafd1a9e1075 2,095 1.00/1.00 vMB 113
452,068 452,068 0000000000000000004ad7e510ec9da12db77b854c70732242905df541512d52 2,098 1.00/1.00 vMB 63
452,067 452,067 0000000000000000003507661b95db09f477201334622b627b474f40f843e1bf 2,008 1.00/1.00 vMB 71
452,066 452,066 00000000000000000202da7f92d666c0bfb1f45d97a923885fd10037d6254bc8 2,248 1.00/1.00 vMB 94
452,065 452,065 000000000000000001b0465987618a2137d066f4c7ab19730addfebbddba0ed6 1,821 1.00/1.00 vMB 125
452,064 452,064 000000000000000002958ac01e2b9a005b654551a7d02c75025d9b8bbad97103 2,065 1.00/1.00 vMB 141
452,063 452,063 0000000000000000025f3961dc4a2313a947fe33a0e1a334708e227eb44025f0 1,373 1.00/1.00 vMB 88
452,062 452,062 000000000000000002592d84682d16e14e1f0e0f553b66040ba5fc19beacf3eb 2,239 1.00/1.00 vMB 130
452,061 452,061 0000000000000000019e2b9c5f31cc21b379eec81330d8804b46df7a01250d63 2,776 1.00/1.00 vMB 80
452,060 452,060 00000000000000000192189f005c4c49e120c50c18790faf3576fb0a091efba3 2,135 1.00/1.00 vMB 61
452,059 452,059 000000000000000000329149719203651f7bddfa8df353241c2c1cc882fe776f 2,417 1.00/1.00 vMB 109
452,058 452,058 000000000000000000377c1ea298a57193a175fe5f87d6b128453a27d8b14b9f 2,204 1.00/1.00 vMB 114
452,057 452,057 000000000000000001b36433f8ca11f30b40f308a53c9e5f0d310ca5da90dbf8 1,441 1.00/1.00 vMB 75
452,056 452,056 000000000000000000a0c0e31815ceba5d2af5b5a6335e8477b4791d298bc0c3 82 0.10/1.00 vMB 75
452,055 452,055 000000000000000002640d2c395401fdb6d05d548a4b059273afc5e58b6f4213 2,117 1.00/1.00 vMB 102
452,054 452,054 000000000000000000272179906c1dfbd7b1464bc4760b580ab39b59fa3fd039 1,194 1.00/1.00 vMB 84
452,053 452,053 00000000000000000041181cb3d3337aeab9f6c47b29d941f144a567173292b7 357 1.00/1.00 vMB 61
452,052 452,052 0000000000000000015554be14689879ee2f7630e227571d86a3ef58194084f5 1,246 1.00/1.00 vMB 69
452,051 452,051 0000000000000000026da85ead65b4e14f38163d27c15058f26f56604d1ecedc 2,433 1.00/1.00 vMB 111
452,050 452,050 0000000000000000008be4a13a0eeb80e5b7591c1d2b7354b83b72521f6e5941 2,305 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.