Loading Tool

Explorer IconExplorer

Memory Pool

28,882 transactions
17.73 vMB
0.03722157 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.57/200 MB

Candidate Block

Mining Attempt f6b42b2582ce8967c1354f7ed28cb92d968bac36a8bfc60ebcb10d4f29cc1983
Version 20000000
Previous Block 00000000000000000001e9dd6040fa9baa2d95e68c5e348ae2af117ea9739e30
Merkle Root c53fc6cf132666aac94a7502c5671304ef45d05ba133fd1d268d3cecc28c3e91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,851
Size: 0.99798225 1.00 vMB
Total Fees: 0.00470295 BTC
Feerates: 40.21 > 0.47 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,851 (755,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,171 158,171 0000000000000609b6237fcc8c97eec3284971cf62f70365c06b4bcc7b93545e 19 0.01/1.00 vMB 45
158,170 158,170 00000000000001ae81c9890c74952c009558c52f5842c9b5befedaa711686e31 13 0.00/1.00 vMB 91
158,169 158,169 00000000000004b1ac5653b9ea8c4f4aea2cd758ae6f05cd15430926d402f16b 29 0.01/1.00 vMB 58
158,168 158,168 000000000000010046b9f59be725478eac86665e3d178e02f8c86602ff9ece5a 50 0.05/1.00 vMB 46
158,167 158,167 0000000000000bfe15178964d7727540a65e857e4c04641c5449b35e9ffa4f8b 55 0.05/1.00 vMB 170
158,166 158,166 000000000000093de02c80de97057242ff44a67820d36639667669152e5286ec 67 0.02/1.00 vMB 61
158,165 158,165 0000000000000e3437dbd7c879d87f9338ce3820b60d5ff194808911769df38d 2 0.00/1.00 vMB 0
158,164 158,164 0000000000000107ab024875c12db726c83608e8a5f1f1f94a0030c5b5e86e0d 5 0.00/1.00 vMB 44
158,163 158,163 00000000000007e74a6f7d35c08754a2cddcffe3e5560bf4d0eac257a279b6d4 4 0.00/1.00 vMB 0
158,162 158,162 00000000000001a1f95f699dc1c02a66dc2d55d23252c2988520f0a8374ff194 21 0.01/1.00 vMB 38
158,161 158,161 00000000000008f7bc5396736db0ae2ea64d8bc35e4973dbeab43b3a09308619 44 0.02/1.00 vMB 26
158,160 158,160 0000000000000120dd49872be6c8f5bbf39646daa21c1013694821463289daac 11 0.00/1.00 vMB 72
158,159 158,159 0000000000000a847675bcd1f11edcccdfec3b41d43bf52b15942fd5b29be6b6 61 0.01/1.00 vMB 3
158,158 158,158 00000000000002422f999526d7b957f8582d38482906c5d049441f646b8c67dd 10 0.00/1.00 vMB 34
158,157 158,157 00000000000001a50592f3290388f49d88b27d10aa6ccc4a40bad38f7b75c9b0 35 0.01/1.00 vMB 123
158,156 158,156 0000000000000731cbb919afeac12e96e55687f4a22f0e4882c67ef91a9db55d 60 0.02/1.00 vMB 0
158,155 158,155 00000000000003bc83c7c6f77959e679cf7dfb54a8891808a9fae66917809b36 5 0.00/1.00 vMB 29
158,154 158,154 0000000000000322ef2fc11ade97a15236895293d004105378ebccaa28f3a560 3 0.00/1.00 vMB 97
158,153 158,153 00000000000004e8008c14ce300d1cc2c63c3650c80f21b273160973414cb9da 15 0.01/1.00 vMB 14
158,152 158,152 000000000000090d7f81ab7facd47abd6b0b0b8692534d7b17427667bae19ed1 16 0.01/1.00 vMB 175
158,151 158,151 00000000000007854ad80a5c914171ae541407e8dcc7f6fd4b0699d9359ca14e 6 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 780.35 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: 522.35 GB
    • Received: 4.87 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.