Loading Tool

Explorer IconExplorer

Memory Pool

83,958 transactions
32.01 vMB
0.08883458 BTC
Random Selection Loading Transactions
Max Size: 192.73/200 MB

Candidate Block

Mining Attempt 7c78883d828aa6d75f72b41cc97876dd302a81f1f9e7abe23ada2ca38cca390d
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root ceb12edbf05171facb681a74974473e58d1248c328bcb4fa4b6652ccc8bb5021
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 660
Size: 1.00 vMB
Total Fees: 0.01231281 BTC
Feerates: 101.28 > 1.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (487,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,421 427,421 00000000000000000014d71e19796279e3227626797b7dbecb308bdbe5934e92 2,666 1.00/1.00 vMB 77
427,420 427,420 000000000000000002f31cb27e85d12d1b6296ab0450af0750c4c36accc2a423 2,390 1.00/1.00 vMB 61
427,419 427,419 0000000000000000039a18026131f2f2e4e3a0798bfc0e018f92587998e688ff 1,523 0.62/1.00 vMB 57
427,418 427,418 000000000000000001a7c2f421695f0d49432090de1e1b9d1c1a66113a7c83a3 1,771 0.78/1.00 vMB 58
427,417 427,417 0000000000000000013c38fc36eb181bbf516b09ea5bbcd31248abfe9d1e3a6b 643 1.00/1.00 vMB 17
427,416 427,416 000000000000000004b02d99f90adfe94247e0685d664ff0453f9fb3ed74d775 605 0.89/1.00 vMB 21
427,415 427,415 000000000000000001863f72e1c26f4d0d148b787077883f7a74990034832eb3 1,223 0.99/1.00 vMB 28
427,414 427,414 0000000000000000033cd0d305f76042e77e1afe819e731cf40ede1ada361ede 2,025 1.00/1.00 vMB 50
427,413 427,413 000000000000000003a90de7c172b5eff4d0cff2eea2b3415e2b7176e563775f 2,838 1.00/1.00 vMB 78
427,412 427,412 000000000000000000f9147f2341f358e55e8db371f5731ed7544ce29283b959 3,154 1.00/1.00 vMB 77
427,411 427,411 0000000000000000018bf771f73f47d67f09a22e6b7459f724a7b4aa8d3b19a6 1,696 1.00/1.00 vMB 35
427,410 427,410 0000000000000000023a56d886148a4a02695bebfff74acbe36463273b38d996 2,875 1.00/1.00 vMB 71
427,409 427,409 0000000000000000007c5bab3560b0f4797bc0de2637d897fae5b8fd4c2bd2d3 2,440 0.98/1.00 vMB 62
427,408 427,408 0000000000000000045bcffc83b8b2e187cf2fea7cd65eab409ec3970a03f256 2,114 1.00/1.00 vMB 49
427,407 427,407 000000000000000003be85a4490b8d4d88726ad4cf154f6c6afa880cc35230c3 2,160 1.00/1.00 vMB 73
427,406 427,406 000000000000000003bb490841fcd0fb89422532a750db5100f18577e94391a0 2,455 1.00/1.00 vMB 59
427,405 427,405 000000000000000002503c1f96b272611091ff2e6793e7256c0cd8bf53ab1c8c 1,345 1.00/1.00 vMB 35
427,404 427,404 000000000000000001d3487bdd40ad980c08ca2e20a342a7161cf32c9154c3c2 1,139 1.00/1.00 vMB 29
427,403 427,403 00000000000000000410eab4a1e59cf246560bc97e98ffc330b3a3fd74042c1c 2,073 1.00/1.00 vMB 64
427,402 427,402 0000000000000000015cd0aaeea2f945466f1e38fbcbd56ee62ad6d9d02d46d6 2,162 1.00/1.00 vMB 48
427,401 427,401 000000000000000004d053b11d030c71128f6e737a635489e983fb4febbe0931 2,553 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.98 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: 716.66 GB
    • Received: 17.81 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.