Loading Tool

Explorer IconExplorer

Memory Pool

22,015 transactions
12.06 vMB
0.07359240 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.31/200 MB

Candidate Block

Mining Attempt 222d69330fda070d5cc8bbbf11678b92d057d2dcbb69fe1ebe20f13bc4f2e627
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root 95a7346b4fcb768d033067d2f9b475bff5da23437e1e7baf2499c1508c8a2f05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 0.99794625 1.00 vMB
Total Fees: 0.04659598 BTC
Feerates: 240.43 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (715,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,518 198,518 0000000000000275c4669591a4642f46cf5cdf1694f08119740317d488e3afb5 145 0.05/1.00 vMB 411
198,517 198,517 00000000000001191be2dc65bb974ba5dee5df1f8289cec020b29192ac9538f7 93 0.05/1.00 vMB 751
198,516 198,516 000000000000008f30a4aeddc763b0c35ae1b5db41518dcbea04d2a2e98981a1 240 0.09/1.00 vMB 622
198,515 198,515 00000000000002633e352898504e1c0a025adb27783a8fe43ea697a41b0a6f6d 36 0.02/1.00 vMB 100
198,514 198,514 0000000000000253ac6fd5d2e1ef444e7c52e37775ecd3bd63aeddf8778f91c7 23 0.01/1.00 vMB 102
198,513 198,513 000000000000014656778d32f3aa5fe8d446fa76c8a915574a7f8de3107d3679 1 0.00/1.00 vMB 0
198,512 198,512 0000000000000357cc74021b468b76ac930688352e5e642dfd43474f1d8691b1 7 0.00/1.00 vMB 102
198,511 198,511 000000000000048802878bf437cbb794996512c52c51b19f34162ae31f32ba45 60 0.03/1.00 vMB 364
198,510 198,510 0000000000000091b811c84f60abb93ec7fa20934019f585d56ed5338d04f52a 69 0.02/1.00 vMB 279
198,509 198,509 00000000000002dff686765e669e1b3703c1acf7318b4c078acec979ade72348 10 0.00/1.00 vMB 17
198,508 198,508 000000000000016ee58c78699e7457b2aeac00ab8524778bd36658182438927d 214 0.09/1.00 vMB 264
198,507 198,507 00000000000003c09e6efcbe20d9670340912eb2155eeb29898e26dde50a9a58 234 0.11/1.00 vMB 132
198,506 198,506 00000000000003f1d23d509b4bb2b66e6e2953329d39abbb2a3fe810d299c533 24 0.01/1.00 vMB 89
198,505 198,505 00000000000000a321b11e18cfd3510c8d670ff10407b0d00e62b669962c8555 125 0.05/1.00 vMB 103
198,504 198,504 000000000000062b731f6a1f4211ecf7705a9742242db8f5309f6cdfd4bdc1dc 256 0.10/1.00 vMB 138
198,503 198,503 0000000000000608d5a651b65e001cb2d0ff69d4ba361d1bc7b577dc220e3a1c 44 0.02/1.00 vMB 118
198,502 198,502 0000000000000393ef9bc3ad1c05b229f90d57402ba56ef082889c02f47c8144 276 0.09/1.00 vMB 161
198,501 198,501 000000000000053ec515c46c6b71ca1988b7f78667af2cf743d152e2e3119c94 160 0.06/1.00 vMB 117
198,500 198,500 00000000000000d7e44355a84e43f7a2ccb4ff227067ba48039cff34db53372c 9 0.00/1.00 vMB 14
198,499 198,499 00000000000004857ff1f887537b75f7382021928d8628fa51149fd0b6fc8935 71 0.03/1.00 vMB 297
198,498 198,498 000000000000052210e6668b9b3271c19ad2294983c37c31e7ca64987fa1735f 347 0.14/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 512.78 GB
    • Received: 4.25 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.