Loading Tool

Explorer IconExplorer

Memory Pool

26,846 transactions
12.27 vMB
0.03776569 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.59/200 MB

Candidate Block

Mining Attempt e7bbc0613fbfb85530535bbad468c10ca3ce0aadcfd286e0d15bf6115619d48d
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root 609a40e41d1e75096546d8c4ae1b542b50a0eb4519b2b56cf1349418c00bc47e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,938
Size: 0.99791125 1.00 vMB
Total Fees: 0.01681535 BTC
Feerates: 203.60 > 1.69 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (718,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,356 195,356 000000000000052c62800752f36851fe7447c0d46f59dd4924e7465067f64298 212 0.08/1.00 vMB 105
195,355 195,355 00000000000004bfcbc6058966adfb33924fc9a8bd8a9d9b2f19d08a87fcdf60 202 0.07/1.00 vMB 52
195,354 195,354 00000000000003c7810e7d1994fe2d4e9bdf67c28436e2d2dc642f0df15bd024 496 0.25/1.00 vMB 143
195,353 195,353 0000000000000214d3b793f32cb81f013de3e7aa6c0eead8dd5488391d051cf7 29 0.01/1.00 vMB 129
195,352 195,352 0000000000000374d8006ef55d2381c2fc00297e7d77bf4c9928ecb8ce291893 242 0.08/1.00 vMB 161
195,351 195,351 00000000000001a87b3a588606371eadb6dc1e8d10df539527ae1981f49be0b1 512 0.19/1.00 vMB 152
195,350 195,350 000000000000005dcf2f2c1ddaf2f75ca27176a459ecb10503d0ce4c9488cdd5 32 0.01/1.00 vMB 12
195,349 195,349 00000000000004d3db5d7f9e54cb32ca43b8196c7a92ae7eb03796efc62293b6 378 0.15/1.00 vMB 126
195,348 195,348 000000000000060dbc127c45961eb03199140a4b9e272676b1e7e8a8a1aabec3 167 0.06/1.00 vMB 61
195,347 195,347 00000000000005d35c2ad30af574f46d2092cfd20ae8a07726baf1c1e21fff60 380 0.13/1.00 vMB 167
195,346 195,346 0000000000000126420bae053d20a71cd9ad6bbef212207b73589aea41b4810a 5 0.00/1.00 vMB 75
195,345 195,345 000000000000071708559e895233b2ca3b433badea68e951b7947ae339dbc1b4 70 0.02/1.00 vMB 73
195,344 195,344 00000000000002b27fd2ddd69be5704a4ff78282cb771f13d153aff27ab90cab 298 0.12/1.00 vMB 199
195,343 195,343 00000000000006a3351958007bb6466592614902acd94e60ca70ca983f0150a4 370 0.10/1.00 vMB 9
195,342 195,342 00000000000003c860626a323bbd2207148a484f21621d9f1193512777f02b51 232 0.09/1.00 vMB 164
195,341 195,341 00000000000001ec284329a13c0fe026cf411aea00a096d796cb209f5f3da8cb 120 0.05/1.00 vMB 181
195,340 195,340 00000000000005efc7a33b713c1cbe2720489d2cd5642ca1b6424e364a173efe 163 0.22/1.00 vMB 85
195,339 195,339 0000000000000721613b5c3939f09fa6df56d21f060aee94152427b0435bad6f 12 0.00/1.00 vMB 0
195,338 195,338 0000000000000310697085e8168a8bd75f9d8961ee451797ecc26a6b33d52daa 7 0.00/1.00 vMB 96
195,337 195,337 000000000000025dfeead894037b5988665579e476f239a9967f51e4bc084b71 41 0.01/1.00 vMB 230
195,336 195,336 000000000000016cb29427708e483527c0967b2efebd747b965b5548efef3112 256 0.10/1.00 vMB 233
Previous 10 blocks ↓
Total Size: 780.23 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: 507.78 GB
    • Received: 4.15 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.