Loading Tool

Explorer IconExplorer

Memory Pool

87,032 transactions
32.68 vMB
0.11960553 BTC
Random Selection Loading Transactions
Max Size: 196.41/200 MB

Candidate Block

Mining Attempt 938ac4c07da8dbf5e05e56a800b99a88edbfd821847a7d96cb270c98dd6f0eae
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8c9c6cbb6e172ad936134c2f8e2c2ddf2cf1e5e28829e735e3acb25475d99f55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.04258662 BTC
Feerates: 218.18 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (465,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,426 449,426 0000000000000000002b001e574700fda20d7fbc36b6883ece0028087990b88f 2,807 1.00/1.00 vMB 92
449,425 449,425 000000000000000001822761dcce237d28d1e83f68fe0fd0c38179441ffba794 2,317 1.00/1.00 vMB 83
449,424 449,424 00000000000000000243e7090785547f8f876895669d2a246fd50c243f10b430 166 0.06/1.00 vMB 83
449,423 449,423 0000000000000000020fda15f8a1f34d8b104b194c70d291fac8d22e19b90f5b 869 0.75/1.00 vMB 46
449,422 449,422 000000000000000002e6cc4099f279aaf8da972a55a851128a4ff846b2fcbce5 1,803 1.00/1.00 vMB 69
449,421 449,421 000000000000000001ad61bde3ddf30c35c8d91dc2bbe3c72676048f2bad6397 1,890 1.00/1.00 vMB 72
449,420 449,420 000000000000000000c453a3a93baa0ae968cdfdb70b67e1873b395952ae674d 1,859 1.00/1.00 vMB 96
449,419 449,419 0000000000000000017525da61aab235399409c92a6bf3057c9af9e128d9e9f1 2,202 1.00/1.00 vMB 91
449,418 449,418 000000000000000001f3bc66ea32ffbe7d3daf4b81177eee61285e67b039064d 103 0.06/1.00 vMB 84
449,417 449,417 000000000000000001e25298961041c359cfd555e47f44a69762b5ef96ec415f 191 0.16/1.00 vMB 41
449,416 449,416 000000000000000002ab3da6d104fdb48d3ec88e37da103e3fdad0798325b48c 1,316 0.67/1.00 vMB 69
449,415 449,415 000000000000000000c71ae4bf61bc379faeb21b8238634618f59be46c994d16 1,774 0.97/1.00 vMB 54
449,414 449,414 00000000000000000142a0801d3610b2ff9da7ff22d4292796133ead1e2999dd 2,057 1.00/1.00 vMB 94
449,413 449,413 00000000000000000214b9163422e435f937e1e3831212a69c68643022f82b8a 2,013 0.75/1.00 vMB 87
449,412 449,412 0000000000000000003923af1b363511f7dfb9b3ae8bff10ab7408e802d68237 1,176 0.54/1.00 vMB 75
449,411 449,411 000000000000000000d2ac33a8d4fcecfed4417f24a58e31fbd8bb4d0f90dbaa 118 0.22/1.00 vMB 26
449,410 449,410 0000000000000000025dc03daf951ef939d17888eb59e83db49f896034dc12e2 297 0.12/1.00 vMB 79
449,409 449,409 000000000000000000b40d4dda4d7f4a65da8bfbce35e0a01a0d86660546ebe9 277 0.14/1.00 vMB 74
449,408 449,408 00000000000000000282c2709127f02d3330ebb532cd41f8a545a400dafaa1df 1,545 0.69/1.00 vMB 74
449,407 449,407 000000000000000000e32820551d459bcdd36e08acf1b6f67e381bb9e3be25b6 1,926 1.00/1.00 vMB 77
449,406 449,406 000000000000000001239937967e9f42353bc0111e2d8ffc5a36b03e9acc1e09 1,286 0.72/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.