Loading Tool

Explorer IconExplorer

Memory Pool

42,672 transactions
18.61 vMB
0.19824709 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.68/200 MB

Candidate Block

Mining Attempt a2723a6e4d7fd925ab5f9f0efaa81042b267239d2bc0bd5205986a95acaa8e03
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root e251773cad5566a5e1bf7e267f58302b011c4d93cf463712769602090fb26953
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.06524322 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (715,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,171 198,171 000000000000032ce7c87626e689d5929c171e0ed1d4f69d7d60d2635c767a9d 11 0.00 vMB 165
198,170 198,170 00000000000005b0f15e44d0028fe494515fb0a76015da8d79bd5643eaaa72a7 79 0.04 vMB 54
198,169 198,169 000000000000028279cbc668b40b3162b677f53a0d41305814c4e5233cdd55b1 594 0.24 vMB 162
198,168 198,168 00000000000004b2cb9a2525e917188675a69e72de8734ae5bc32e6764a206c4 32 0.01 vMB 0
198,167 198,167 0000000000000130494ed59c4ae400bb743aefa2c5f9fbe3f5a7789507fd2c7b 550 0.27 vMB 120
198,166 198,166 00000000000002543f5297b3c391813116e740ba22cb3abcd0216af7752a325f 225 0.08 vMB 118
198,165 198,165 00000000000000c2c9e13b40fdb87882f2d94942848222adfdc16683548d4599 483 0.25 vMB 127
198,164 198,164 00000000000002ded5a82cb3d01ce11ee714f9bc84d0f1494c722a55eeeb1741 852 0.25 vMB 169
198,163 198,163 000000000000010a7bf51acea698b280e0b395d1adbbaf63c77d636f71f0bbb9 104 0.05 vMB 551
198,162 198,162 000000000000036271ca3724d8c5ad307f507c9c3e4a011be53adfcf4cc33e08 232 0.07 vMB 529
198,161 198,161 000000000000010539534f01e571889386ebcdfdc53ea02467ce43ff676a8e3f 690 0.25 vMB 169
198,160 198,160 0000000000000636303a6d3e5963946dcc7df38beef2ed0b21cf961d418bafae 143 0.05 vMB 100
198,159 198,159 0000000000000311fa6fd223f3242e2583c6d6bc6804ba062c7def06f32192ec 9 0.00 vMB 48
198,158 198,158 0000000000000236ee3d0a134d5504687e6751865b66e04be1e44f59372cb25a 301 0.15 vMB 99
198,157 198,157 0000000000000274ca27d80e4dbe8b31b143a4b2fa1fd3826abbbef6a6283082 133 0.05 vMB 193
198,156 198,156 000000000000038a51e7323ab4422784c45426e1eb9f95a5b1d7eb71494dfc8e 109 0.04 vMB 144
198,155 198,155 000000000000050fba614cf46ecee62f24f907d4c165bebdcb316e012270aa8a 256 0.20 vMB 52
198,154 198,154 0000000000000374ba2ac8d8be26251e11e0c3fd3999d36bdd15ed2599567eed 160 0.09 vMB 95
198,153 198,153 00000000000005706e971a376d7df5bcac289acfe6d7c3d3641780543c08953d 15 0.00 vMB 31
198,152 198,152 000000000000048978cd375339d9de06731aebda7dc6774e9dcc91abfb91db59 20 0.01 vMB 202
198,151 198,151 000000000000057a7a27d83480a49ff184bfa838dbbc0912214927ff7ea299c9 88 0.05 vMB 64
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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