Memory Pool Memory Pool Refreshing

3,741 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (907,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478 478 00000000a1f0deedb6706ae3d238df794df735aa9c7adef928a67cfb84869b71 0.00 MB 1 0
477 477 00000000e15bee1a653b171741fdd792b4936a22990c7a08764349f06239001e 0.00 MB 1 0
476 476 000000008d3b06397627839cb42386e01e1e097432a9c5393170c4b6ce909372 0.00 MB 1 0
475 475 00000000db64cbf7545cc66bc9a9eeb6f5ab53f843144be6f1932ac36fd72c04 0.00 MB 1 0
474 474 000000000d15d5f0d9971ab61c06e59f2e63e4a9cfbbb79d8f2b9d32243ee540 0.00 MB 1 0
473 473 00000000c9bc7c652131a084b2bd201dc3d4592d2251fac7b2e6ed1b674aebcf 0.00 MB 1 0
472 472 000000003cd7e9095cccffcb41462fb67407b66e0245717d06b322732fd2633e 0.00 MB 1 0
471 471 0000000015484ff1d18afb86c7581eabeaf7146813ce140595e2f136af7a393b 0.00 MB 1 0
470 470 00000000fd3546b2d219faa87a34e1e6593769d753cf86fc647c4ee2a07710d1 0.00 MB 1 0
469 469 000000004b5d03a850f59cf1a8e247de501c5052a4fd595b4f1adb605be4d510 0.00 MB 1 0
468 468 00000000f6009cbf9337145686ef3fe3ca2c0d640cd9005efa3c6c41b9714c01 0.00 MB 1 0
467 467 000000007e09159f8c9a2f19a3c859f3ced1e0b2f83d85b9f63670c67a627b20 0.00 MB 1 0
466 466 000000005f919738051b00a5d428f0c8074629dc634e1947f28dbeab8bdd2ba2 0.00 MB 1 0
465 465 00000000d210725e12df9669ee4d5e9bfff357dc08670264f733d47ce4cce9db 0.00 MB 1 0
464 464 000000009f02fc0ad2cbbc173f83b9db831a6a0956754784020b31e336d91081 0.00 MB 1 0
463 463 000000007796883846053d0be8621d0fe1d88987da1d627a1cba650cd4efebfc 0.00 MB 1 0
462 462 0000000095c81ef621ffd5b8c7fbea7608b672ac81fd5f03c43ab3a7b27353b1 0.00 MB 1 0
461 461 000000002082739d0e82596fb69243b1ca9db66db623d3fdcf283f18486cdbaf 0.00 MB 1 0
460 460 00000000589bea8b8ba6b3c039cc4c10e414c498d4bab561af7b1f92a7181ce4 0.00 MB 1 0
459 459 00000000b03379dd693686ed84a33b5086d9770f1f08c6951a9e3fc40b06e7cf 0.00 MB 1 0
458 458 0000000049db57f7c89df82008dbfeba44995c9675d779180ffb788aa6f6ad16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.25 GB sent, 94.87 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.