Loading Tool

Explorer IconExplorer

Memory Pool

32,657 transactions
18.35 vMB
0.05145037 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.11/200 MB

Candidate Block

Mining Attempt 255a571aa004e225f007a81123d1d61a3b7bde8ec173ea511bd29a78d58cfe1f
Version 20000000
Previous Block 000000000000000000007347c597f7848ee39f401b19d508d5eced057cb49f82
Merkle Root 292bfe54330b794e8aeedd859cd8c514effb518025273899be1de44260df250f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 0.9978885 1.00 vMB
Total Fees: 0.01724472 BTC
Feerates: 261.10 > 1.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,849 (755,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,176 158,176 00000000000003418c4276dca788a6ea88a5af304151fb21f3adac434fb9fa41 93 0.05/1.00 vMB 66
158,175 158,175 00000000000005efd4d1501967aa495915a24e13f1c6812443705a75e5d9f0d6 14 0.00/1.00 vMB 25
158,174 158,174 0000000000000c0be3bb6efd92565c426a2323617a6b62b9d7060923c30512b4 31 0.03/1.00 vMB 205
158,173 158,173 000000000000025c977be81a857fa306cf2ff0a2cbc543570977fae82f15aff0 13 0.01/1.00 vMB 66
158,172 158,172 00000000000006d743ea9277a5f93fe0547fca3e665fd2c4926a94d5f0764585 23 0.02/1.00 vMB 273
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
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.01 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.