Loading Tool

Explorer IconExplorer

Memory Pool

40,696 transactions
28.29 vMB
0.06364895 BTC
Random Selection Loading Transactions
Max Size: 144.43/200 MB

Candidate Block

Mining Attempt d2f2a178b7d7aa30cdf4559fe3887863e8ed82829481b4126c2c9f1880383578
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root bf5e84c54f9978c4c5736c1a870851b5332820deb3f9b1604dfd075c5bb1d4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.00907760 BTC
Feerates: 87.72 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (458,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,466 456,466 000000000000000001380e54eed8bd6ee97554f9aac5b848fa5306ae0a767eb3 2,246 1.00/1.00 vMB 189
456,465 456,465 000000000000000001752e7b1dcafa04b2e89cc57cd176d5fb733d93fd515a8b 2,125 1.00/1.00 vMB 179
456,464 456,464 0000000000000000001c6cce60c4dc479c171da8c2cb077b7fbafdff1e8c1b25 2,892 1.00/1.00 vMB 230
456,463 456,463 0000000000000000013c3dae91f6e0140f4c7898930e8911658e80faf3ee5a47 1 0.00/1.00 vMB 0
456,462 456,462 000000000000000001d72d690e3fdef4b60b776f7697f085176c030d72c14cad 1,633 1.00/1.00 vMB 109
456,461 456,461 0000000000000000002a3d00f5cb32658f8ae3efffe6190fbd82bb41f7484fe8 1,809 1.00/1.00 vMB 166
456,460 456,460 00000000000000000026095388e16668964dc45ae65a0c8f34acd9a1ea1bd070 2,983 1.00/1.00 vMB 251
456,459 456,459 0000000000000000018d9380aaa20fabef010c724cb8f23de7ef16b68b63f141 2,449 1.00/1.00 vMB 212
456,458 456,458 0000000000000000009475c355e37601d3216ab4eadbae161d22f092c6794097 1,247 1.00/1.00 vMB 74
456,457 456,457 00000000000000000252d3c56ed83a608f68b8ebf77c0aed71afd8802e814735 1,277 1.00/1.00 vMB 90
456,456 456,456 0000000000000000000a06c3ccdfbcdaa12837f852e6b6cfaa5a0683e2b24210 1,002 1.00/1.00 vMB 81
456,455 456,455 000000000000000000b4ee6bb8f80dacb9515e10cd5e9ae804a49211bd621f25 2,151 1.00/1.00 vMB 169
456,454 456,454 0000000000000000014af7c2d26690cf5a3535a5e6b9cfa30a1e099d2d19c6f8 1,738 1.00/1.00 vMB 125
456,453 456,453 0000000000000000018ff3d1bdad7f828d9c5a3754504850105ee888fad48f11 2,414 1.00/1.00 vMB 157
456,452 456,452 00000000000000000220eb494f2c3399fc729e730e9c55577f3c0bbc29388b36 1,313 1.00/1.00 vMB 89
456,451 456,451 000000000000000001d776c6d871941ff11764ec93d3d687597bd6a6d2234531 2,064 1.00/1.00 vMB 202
456,450 456,450 000000000000000000752af284a510a13519bd901d0c2962a633d931998174bb 1,784 1.00/1.00 vMB 56
456,449 456,449 000000000000000000e1e75bd2b9f929b26c864ddb62e1d5b244f8b06df28c0d 1,681 1.00/1.00 vMB 182
456,448 456,448 000000000000000000bf7d2b0c8de607eb4c3a58314fb5f585f0d2245ea36fdd 1,809 1.00/1.00 vMB 220
456,447 456,447 0000000000000000003eee1dfd1a49a8c97a9776071dcb5d084652b88dad1656 1,416 1.00/1.00 vMB 74
456,446 456,446 0000000000000000025821c0d535341fbbf8737f28bfd89c262aae79927afc30 1,715 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.