Loading Tool

Explorer IconExplorer

Memory Pool

80,351 transactions
29.28 vMB
0.07205134 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 2098a8c50d1a2dbef9c4b35b97c80c7cf708541ace6f9ea9c6b31d54d661e34c
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 0e25dda0bf3f20875923bc4156645b751907c44d2e2fd0cbceae705e78956cbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,672
Size: 1.00 vMB
Total Fees: 0.01051456 BTC
Feerates: 73.20 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (349,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,544 565,544 0000000000000000002d32d572e0ec9fbdd98029d15cd9c605c797afc66bab8e 3,077 1.00/1.00 vMB 12
565,543 565,543 0000000000000000001c90d49bde2cc629a10756bb0082bfe3e65788f7b839aa 1,251 0.39/1.00 vMB 13
565,542 565,542 000000000000000000243b467618a1abdeb66bdf2cd80d0ec0cf95182f21c416 2,139 0.68/1.00 vMB 3
565,541 565,541 00000000000000000007fc674c4fc113aa4c4a0c77c140955a5cf4b2f42bb4e3 2,801 1.00/1.00 vMB 23
565,540 565,540 0000000000000000001950ed27b03dba5b6b250dd172261e463132821e7d5435 2,416 0.99/1.00 vMB 9
565,539 565,539 0000000000000000001b10b6a9c1ea696f1831e5aa8c1cf52ddbb6937489e025 3,165 1.00/1.00 vMB 2
565,538 565,538 000000000000000000045c340df6f5e240819de24d35ef080ecd1c8dc57f9103 2,593 1.00/1.00 vMB 13
565,537 565,537 00000000000000000018ad8225294d2a29841fc914f731d1b3804ed2a92de89c 3,321 1.00/1.00 vMB 7
565,536 565,536 000000000000000000051625bdea49eedb4869204880d533c33fbb87ec163a74 2,772 1.00/1.00 vMB 13
565,535 565,535 0000000000000000001d33d1b29e24d712cf99c15d6a3be616f0973932910a9b 2,803 1.00/1.00 vMB 11
565,534 565,534 0000000000000000000c8383dcfce7d85abe92a5aa00590498a4175f9bef8767 3,684 1.00/1.00 vMB 20
565,533 565,533 00000000000000000014d16f186b209042ef31de6887079b6539abace459099f 3,335 1.00/1.00 vMB 28
565,532 565,532 00000000000000000011663960dc27fea38b754b1692388f4b2654e7b97be03e 3,426 1.00/1.00 vMB 35
565,531 565,531 00000000000000000004a6cf4e8946f62fab3bf4cf6ccffb3a868e20efa6b170 1,388 1.00/1.00 vMB 18
565,530 565,530 0000000000000000002bfcd0dc3d2699629c2bcf32eba87f0b240cc02cb0a9d1 2,726 1.00/1.00 vMB 28
565,529 565,529 00000000000000000013f62a54ce49198c808a5fe54b665a867961e9a67827e2 3,136 1.00/1.00 vMB 55
565,528 565,528 000000000000000000270261df05f8be785a8037e5a3eaea56a173d0340b2f15 3,369 1.00/1.00 vMB 10
565,527 565,527 000000000000000000272320fcecdd91a3d71cc75f02310d84791465a4d9a282 2,852 1.00/1.00 vMB 25
565,526 565,526 000000000000000000222320dd2fdae1f6f687214fcc2fbc1b59c8bbab686a6c 3,501 1.00/1.00 vMB 29
565,525 565,525 0000000000000000000e296c880e8ba31308036f96f9fbbd44d84813826b2a6e 3,120 1.00/1.00 vMB 21
565,524 565,524 0000000000000000002a50cc5eda6f43991bb75f7328e712b68806937a744574 3,339 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.