Memory Pool Memory Pool Refreshing

7,637 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (391,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,360 516,360 000000000000000000196c601bd6c617db8fa8e50c38fb7247d6a4f0c8d59fa8 0.19 MB 368 16
516,359 516,359 00000000000000000018f60694ed8661e793566f6f51b5de9a200c8e1858a9bb 0.01 MB 24 8
516,358 516,358 00000000000000000030b151b4f31dcbd9513877ee98f94d507606b8eb76ad2f 0.76 MB 1,728 24
516,357 516,357 0000000000000000003ef517626d999bb6bfd5b726cae8d6b78ea43fb9dd5649 0.53 MB 1,259 29
516,356 516,356 0000000000000000001cc6834c2e2a0e1d969f6a05382641fb859f8e19f7248c 0.10 MB 298 26
516,355 516,355 0000000000000000003ebad204efee31b2e3752f11c62fb71f65e190cd69b94b 0.53 MB 1,203 31
516,354 516,354 000000000000000000300ebe48f40b4d74c029e8f22767a3df64581da8568676 0.34 MB 788 16
516,353 516,353 0000000000000000001ef6c4c90e37450271c7c8eb6b78f520185f702feb0d0b 0.27 MB 654 25
516,352 516,352 0000000000000000004d0067a9112c7f262888570df5ad79b76be217bb92d6a7 0.66 MB 1,503 28
516,351 516,351 000000000000000000076e098471ef93c4b6cfc0749bf1c3ada782a3071fe834 0.60 MB 1,103 3
516,350 516,350 000000000000000000098de4d0626eaf50ebf027f8ce65b3b4846251e827c84c 1.23 MB 2,536 21
516,349 516,349 000000000000000000155e1fed4309906be898663228225d682629cf5942b258 1.11 MB 2,452 43
516,348 516,348 0000000000000000003d8ae825dc4c9830811340506145f3c7c7e91570536074 0.69 MB 1,491 26
516,347 516,347 00000000000000000049244bb688f9a6b1adf91817df771c7eddfd43438c7160 0.79 MB 1,672 28
516,346 516,346 00000000000000000005cbc54fb473eaf810b0d6718dd8adea76f6af4410de70 0.69 MB 1,483 3
516,345 516,345 0000000000000000000897e8e140aef2f6c2a224e4f976d953108926452af689 1.10 MB 2,091 37
516,344 516,344 0000000000000000002b3d2a3e5bc3fcd0681602e1cef166fc2af4bb591491e2 0.99 MB 1,836 24
516,343 516,343 0000000000000000004d8afaa750bfe38570608d6fdd8636cc93a5ed99158ae3 0.41 MB 691 25
516,342 516,342 000000000000000000286c6e2c2c95ac6fbf4a035b4a7abcc4fb2313f3916eab 0.72 MB 1,618 6
516,341 516,341 00000000000000000010c4d8d36d7f34273ff8b254d23bdfc738371135c88783 1.10 MB 2,467 35
516,340 516,340 0000000000000000004abf7088e4344582778d6be6e16a3b60d0d5beeab8576d 0.46 MB 921 31
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.