Loading Tool

Explorer IconExplorer

Memory Pool

43,489 transactions
28.37 vMB
0.05997858 BTC
Random Selection Loading Transactions
Max Size: 150.19/200 MB

Candidate Block

Mining Attempt bf1f787a1599b939cb3b6aa020ae65c9ba09b16c33cfcd2afb3794fe97bbc876
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 0d29745e8503c12b1ec0235f412fa707cd9b39c15f01eb8a16d332f4cf5c6ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.00623231 BTC
Feerates: 100.33 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (399,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,486 515,486 0000000000000000002e550d13c67db9af8b1a39642cfdc6eeb5043f9f0fa80e 364 0.16/1.00 vMB 33
515,485 515,485 0000000000000000000d997c75c5258da114c796d6241ed376cccab1e1e023e1 1,206 0.53/1.00 vMB 32
515,484 515,484 000000000000000000318dcdbf32191c318ec70f31a2d88def4d7657359b1295 619 0.36/1.00 vMB 16
515,483 515,483 00000000000000000044b600c28a9b393c99098c5bf5a4ad8156f8b041ebcbec 2,513 1.00/1.00 vMB 30
515,482 515,482 0000000000000000003da0cc8f124c6b5540bf8b96331e39968036045df975e7 545 0.20/1.00 vMB 31
515,481 515,481 00000000000000000037cce5920eef2b03ec0efc257d3eb070fc5dd44ecc1100 584 0.35/1.00 vMB 24
515,480 515,480 000000000000000000364da6458f0dd683b00e4d29dbb797a0253072d6dc0a66 57 0.14/1.00 vMB 2
515,479 515,479 000000000000000000354461fd55c5be46465084c075b681920d861e3cb35261 197 0.07/1.00 vMB 35
515,478 515,478 00000000000000000018be184dbd94d6dec1b0e1cc8a468c1b22bf6655a1ac1f 243 0.08/1.00 vMB 24
515,477 515,477 00000000000000000013b4e7212afc934570df8e92953edd93a8ff47da0c70b5 415 0.16/1.00 vMB 16
515,476 515,476 00000000000000000023bb399b0768deac23b0ccb23372ef3a74d2fdf1cc7c8f 1,426 0.75/1.00 vMB 27
515,475 515,475 0000000000000000004b8de93ffaad982116bee93f3be85226ce714677a855b0 702 0.33/1.00 vMB 15
515,474 515,474 0000000000000000001969510b1ecc453a968eb4d66bb1472154bbd4e4328c6f 2,448 1.00/1.00 vMB 30
515,473 515,473 00000000000000000027f7dc5dca0e1cbc19d7449eae538cb23c1f69d350ccb4 1,100 0.50/1.00 vMB 27
515,472 515,472 00000000000000000044ae74dc863f38d9259d6778b32e6c48e835124ca71070 98 0.03/1.00 vMB 16
515,471 515,471 0000000000000000005103ae8cf3a933f6bf14a6cce40326cbfaa9d4c3b5eae2 340 0.27/1.00 vMB 5
515,470 515,470 00000000000000000047fcce4617d2d4d185880c4905deb61dc6c9553ed7470a 2,289 1.00/1.00 vMB 28
515,469 515,469 0000000000000000004fb4c01acfb1798a5a8e90fd3b71ff8ae79553f1d66b9a 1,540 0.93/1.00 vMB 16
515,468 515,468 0000000000000000002f91f215da00c6c9ba4fa300ff850b70b3b88a8b46d220 1,877 0.91/1.00 vMB 25
515,467 515,467 000000000000000000371701ec8ffe5e0ef4de38ce03d34fd79f9a281e733ad0 174 0.05/1.00 vMB 23
515,466 515,466 0000000000000000004a3434dae4fc52b1bfd83b4ecf1b73518128a609a6eaa0 1,734 0.84/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.