Loading Tool

Explorer IconExplorer

Memory Pool

44,629 transactions
27.38 vMB
0.09505900 BTC
Random Selection Loading Transactions
Max Size: 144.65/200 MB

Candidate Block

Mining Attempt 2c678931f3c1a1286f25583518c153068d07f02f2d3d312e5db1a9eb8864db60
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (419,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,494 495,494 00000000000000000031fa22178e623a07b662e71d0917b25167e8af8816bc82 2,023 1.00/1.00 vMB 63
495,493 495,493 00000000000000000084f2cc7ca4331a47ed12609040068e729d0ef0b0468067 2,786 1.00/1.00 vMB 140
495,492 495,492 00000000000000000043c42b1a4ab38ab48d0d6967444a57c042f0d09c5bddb1 2,866 1.00/1.00 vMB 209
495,491 495,491 000000000000000000524861e099cf4524bcdcef3acd6117b8ba267846bc22b8 1,703 1.00/1.00 vMB 159
495,490 495,490 000000000000000000680b9e28348135a787f77baa99f54ad8dc1cab6a870c16 2,397 1.00/1.00 vMB 260
495,489 495,489 000000000000000000788af1daf6b6ff33e92a81f413b7819549c2cf7205d547 1,767 1.00/1.00 vMB 400
495,488 495,488 00000000000000000055ff096b7c9d509dcf5496270c8290a263ad7c754cd125 2,312 1.00/1.00 vMB 67
495,487 495,487 000000000000000000c0ae50d3e08c363d7574759b009bddd1fa2286cf99291a 2,874 1.00/1.00 vMB 124
495,486 495,486 0000000000000000005d08f62b3bd006af7be9cf92eb79b322a5edc0c993ff72 2,620 1.00/1.00 vMB 113
495,485 495,485 000000000000000000820f72faa60a0205b9d2082c4dbf65f04922c772a25ca3 2,435 1.00/1.00 vMB 222
495,484 495,484 000000000000000000be42d67f67b3dca95109606bd6c72b01357c24935290ee 2,580 1.00/1.00 vMB 165
495,483 495,483 00000000000000000014625561260836ae5376f82a2e8ed8265a1f1e1bd0583c 2,790 1.00/1.00 vMB 201
495,482 495,482 0000000000000000003ddbaafe078d7f0bf6723c6d0550d0ebbc0ccde26abfc5 1,927 1.00/1.00 vMB 197
495,481 495,481 000000000000000000572a100f710f8258db6c2fad7425f820de2f1adc7f5369 2,254 1.00/1.00 vMB 284
495,480 495,480 0000000000000000008cd26aa518ccef9f3b9b8644848c14ab21999a5557d5e5 2,442 1.00/1.00 vMB 170
495,479 495,479 00000000000000000070a577ad380686561f2eccc692968cf36826dd776a082c 2,679 1.00/1.00 vMB 250
495,478 495,478 000000000000000000b1def444f01a0e998306c773019ae0191737cda3d4fdfd 2,344 1.00/1.00 vMB 378
495,477 495,477 0000000000000000001cbcc5264e12bf12a25f1cf40f7ffdac7e2d154b4da087 1,795 1.00/1.00 vMB 97
495,476 495,476 0000000000000000004fb8eed516c9db969c60070f33635b0c5e8a6d1b430008 1,962 1.00/1.00 vMB 238
495,475 495,475 0000000000000000007173fe0594b4e55eceebd522b91ce5230c221d9e428f35 1,412 1.00/1.00 vMB 39
495,474 495,474 000000000000000000840ea8ca653f15de2bc3935b8c6f98265b0b0323cddd29 2,959 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.