Loading Tool

Explorer IconExplorer

Memory Pool

51,234 transactions
30.53 vMB
0.13410523 BTC
Random Selection Loading Transactions
Max Size: 162.81/200 MB

Candidate Block

Mining Attempt aab4e22fb2e413b11cf279a6f8e5077250e3768272cf6f692484db5c67e7d4d8
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root aa5fbe6c592da1fef0fdac7ebe49cd546d199fb9c89ff1d74c5f9e6a09ffe1b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.05302995 BTC
Feerates: 179.69 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (536,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,478 378,478 00000000000000000fe4eadf4c0283da85ed228477de3ec6a477894ff1313b69 1,514 0.71/1.00 vMB 37
378,477 378,477 0000000000000000079d23830024469f27030078fff45263ab871fb764cd4cee 418 0.75/1.00 vMB 8
378,476 378,476 000000000000000006dced79e89ba5266dd728312e5fc0f97f37d919db1b3e1d 777 0.36/1.00 vMB 43
378,475 378,475 000000000000000000423d1c2f17b8c2eb80cf89859d3a799ebcb78f2e1b5472 639 0.25/1.00 vMB 49
378,474 378,474 000000000000000008ebff152d773edf58b3a03350f2a4e32f3a02f86e042abf 170 0.12/1.00 vMB 23
378,473 378,473 000000000000000002f5fc478a6dd3dd16348fcdc1411ea32c2930cf5f67b478 2 0.00/1.00 vMB 0
378,472 378,472 00000000000000000cb68b5bd9dc6d9a367ffd475818b8f17edb056041ac096f 1,617 0.67/1.00 vMB 42
378,471 378,471 00000000000000000647238a34e5adb8ff822c273cfc5c7028f7a37ab25d709f 176 0.13/1.00 vMB 30
378,470 378,470 0000000000000000056a8c3ffeb84b8e077d3e00afb6e2c46e92a8c6e49a021b 828 0.39/1.00 vMB 46
378,469 378,469 000000000000000002937ca832096690a3a9149a8791e755b8d91fa93ddb0c4e 550 0.25/1.00 vMB 40
378,468 378,468 0000000000000000036757dd7a3e20d7799f121aaca3b8e3e51f901c35e8a4f0 404 0.75/1.00 vMB 10
378,467 378,467 00000000000000000509addc9be63fd60a8ea43815361ac7c43ac737845e2879 355 0.18/1.00 vMB 41
378,466 378,466 0000000000000000094fc46e26324568608967be069a742fec9aca8c38ecd7f5 1 0.00/1.00 vMB 0
378,465 378,465 000000000000000004f5630bb7b62a530b269f27c2fa34a9692f63dae059bc81 1,423 0.61/1.00 vMB 42
378,464 378,464 00000000000000000636130893112bde814bdf5d9e06461efc1dd190beab75f7 636 0.31/1.00 vMB 46
378,463 378,463 000000000000000007dae5ec9e861a21937268f08ee2400045c06fcccf86ce58 1,228 0.61/1.00 vMB 31
378,462 378,462 000000000000000000702652de2a3cb074fadf3469cd47e93e0b53e8145329c5 1,374 0.99/1.00 vMB 35
378,461 378,461 00000000000000000beca1476b955c661f6c7e0f1d9ee9e420b2cd85ea3627da 465 0.97/1.00 vMB 6
378,460 378,460 00000000000000000761bc0cbd4701e2dc3e9f3bbcb69c65452392b1be72a6f1 365 0.42/1.00 vMB 13
378,459 378,459 00000000000000000afc93bb2ea1df0caded8094fec625f5d4d59e704983a231 1,576 0.75/1.00 vMB 38
378,458 378,458 0000000000000000016039a441f1a8ee4e454f7e5d3b240c2b962e24f1cbc2d9 1,050 0.47/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.11 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.03 GB
    • Received: 13.70 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.