Loading Tool

Explorer IconExplorer

Memory Pool

74,806 transactions
28.74 vMB
0.09136971 BTC
Random Selection Loading Transactions
Max Size: 169.87/200 MB

Candidate Block

Mining Attempt 74e469cefa1965c2e1c2923510b69b920de35268625b14bd524f3b805cfcb60b
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 88fe25df0ab43f0d6b1f0975bea8254d4744323f97bc33587aa147b78d65bb78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03309790 BTC
Feerates: 201.37 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (356,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,356 558,356 000000000000000000200b64fb74c5afb1c51aabc45a7cc3bf6053d86fa193c9 1,709 1.00/1.00 vMB 44
558,355 558,355 00000000000000000014bff6d31ac05efcbfcc5a91249e4c381a758e5917b6f2 3,140 1.00/1.00 vMB 22
558,354 558,354 0000000000000000001b170e656c9720bb616455e6ea2ee4052e7c3b4c3001cd 1,601 0.54/1.00 vMB 10
558,353 558,353 0000000000000000000e6f17721897cf2d1bf5aec3907f93275a0eb1d5aa594c 623 0.19/1.00 vMB 11
558,352 558,352 000000000000000000272cf4b8049c843b37f54927686318a1e5c1e991f819c4 445 0.27/1.00 vMB 2
558,351 558,351 00000000000000000026655330b6bd8775e725b066b2083fadc12e2e077983ec 2,646 1.00/1.00 vMB 8
558,350 558,350 0000000000000000001124beb45cfaff3406873a6de00716d52808caaac0f19a 2,898 1.00/1.00 vMB 11
558,349 558,349 0000000000000000001e5f8030b16349340826393c5970d5e2b14a6e0fd68a19 1,188 0.51/1.00 vMB 10
558,348 558,348 000000000000000000313f5198ed9faaac18ea580f925cefe3b3b1cbcfe5f3d0 2,665 0.91/1.00 vMB 7
558,347 558,347 0000000000000000000c9205fa12beefe3e055c2d7ec877e79153dfdad04a7a5 2,860 1.00/1.00 vMB 8
558,346 558,346 000000000000000000293e6fa626682e6fc58e301ca7e132702a051f522cf70d 2,733 1.00/1.00 vMB 20
558,345 558,345 000000000000000000096df8257eaf022cb13fbc47f16830ca9f0067fe79e1a3 456 0.14/1.00 vMB 12
558,344 558,344 0000000000000000000245c50418c9fe7dd56a48866c237fe24f5c29ad5550b4 1,903 0.62/1.00 vMB 6
558,343 558,343 0000000000000000002b5e57924857baac9fdbe3e750d12a4ee13c27a122699e 2,896 1.00/1.00 vMB 15
558,342 558,342 00000000000000000008bb5f3969e28ab360446379f640dce177b68a91de6d9f 117 0.04/1.00 vMB 7
558,341 558,341 0000000000000000001525c69ed6b0c15aab3f6df79cff7fc139edf45580d650 1,724 0.59/1.00 vMB 6
558,340 558,340 0000000000000000000fd75c64a013ad33be5775d45554e6566e046eb42f8bb7 2,602 1.00/1.00 vMB 12
558,339 558,339 0000000000000000001f01b493a566d09856dbee43bf56ecdad20fe1e14bde55 2,359 1.00/1.00 vMB 15
558,338 558,338 00000000000000000006822ae53814e4c0ee1406cdc0711af3eead91c2f98117 1,554 0.61/1.00 vMB 8
558,337 558,337 00000000000000000022b1057d47026b4eddd93e71dad2dc42b48a142e241dcf 2,802 1.00/1.00 vMB 8
558,336 558,336 0000000000000000002b1cf6dc015652b86b242f3463c0426223d1f782f12295 2,923 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.46 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: 667.88 GB
    • Received: 15.30 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.