Loading Tool

Explorer IconExplorer

Memory Pool

14,987 transactions
11.20 vMB
0.04463244 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.70/200 MB

Candidate Block

Mining Attempt 9c7cdda5988199de8070f3368cd3be610bd6b9c9d20af16865a44679c338ad8e
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 40a2906fbb53f779c60045b907fd186236b796ff6b6f207d3356e0f9b40bda35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,532
Size: 0.99799025 1.00 vMB
Total Fees: 0.02164644 BTC
Feerates: 151.03 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (755,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
158,150 158,150 0000000000000cabb3ee70c5176063c3c646af502667e01db9a3fcf1463ab37e 29 0.03/1.00 vMB 150
158,149 158,149 000000000000078b6b6b8b0a3b8e5069218cfd9bdbb5eb30a1820b02cf39fb67 1 0.00/1.00 vMB 0
158,148 158,148 00000000000006a96aca98c8dfe4dc5d89348a2b6db597e50b70df62fa877772 1 0.00/1.00 vMB 0
158,147 158,147 0000000000000cfb6365a77918c59390b2b81e8a7b976d90130724423d42fce8 5 0.00/1.00 vMB 63
158,146 158,146 000000000000079c42cb0de4a118c1d7750862ae1293d275551630578760e9b2 46 0.02/1.00 vMB 128
158,145 158,145 0000000000000c1b11784ec5887b698f75ae6d16a0c3df89914ea97ff8b8dba6 45 0.03/1.00 vMB 148
158,144 158,144 00000000000006a40f204b0ad3b5eec5763388866311c33303dc5831fc24af94 39 0.02/1.00 vMB 318
158,143 158,143 00000000000002572201bc4bbd95b30930901c114452be5968ae9b91bcb101bd 93 0.05/1.00 vMB 34
158,142 158,142 00000000000004c4a9028c7ec11133b16ce04bd121e2248d6775bac06a6637e6 47 0.04/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 780.29 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: 517.18 GB
    • Received: 4.51 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.