Memory Pool Memory Pool Refreshing

5,008 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,031 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (3,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,456 904,456 000000000000000000025d51d6dfd6a2f43cf42d5a8e82cd2a96041a265c5d10 1.52 MB 2,949 3
904,455 904,455 00000000000000000000a99c712187accc8a5173276624aa2c04b17798fd09e2 1.65 MB 2,242 2
904,454 904,454 00000000000000000000ad0e11a70bcc78a75765576f11cbe4b9559c44e398f7 1.53 MB 2,562 3
904,453 904,453 0000000000000000000062a61c6753145aed01ee47420de08b1eb288c89ff6fa 1.49 MB 2,182 3
904,452 904,452 0000000000000000000202fb6722d3a227877b24ace34cc8386b68736dc5b4ff 0.15 MB 244 2
904,451 904,451 0000000000000000000246ab69d56e2fe9336b6ab939e86916eb53ebb99fc431 1.32 MB 2,330 2
904,450 904,450 00000000000000000000a35ffde7620336aea18599cbaf28efd48a4529b1f330 1.77 MB 1,873 2
904,449 904,449 00000000000000000001b9e7661049862a87142e9a4bafcbc32bc28e4856860b 0.31 MB 492 2
904,448 904,448 00000000000000000000d597c7f43bca2143a85978a9eb26fe40101df2b8b70f 0.18 MB 346 2
904,447 904,447 000000000000000000021b6e79c1047cfc67fdc9c50d91515f899f233c02310e 1.32 MB 1,418 1
904,446 904,446 00000000000000000001550e077d5b81bc69c082eb80079d1fdaf77a539e366a 1.71 MB 3,267 1
904,445 904,445 000000000000000000001545781cccb87939b0b924378e2723dc675f12869783 1.61 MB 3,538 2
904,444 904,444 000000000000000000009021eddf24e0d4298a01b0613ab1df44e8fb3441af48 1.24 MB 1,901 2
904,443 904,443 00000000000000000001b9608bc17155490f97b881d5d8705935d6ef342ef666 1.62 MB 3,737 4
904,442 904,442 000000000000000000019cef1b7d41c8c429d186f1ac5f208a8223010a63fb72 1.60 MB 2,822 4
904,441 904,441 0000000000000000000067595201e6235c312db459d1f7049ed09f618bedd344 0.70 MB 1,406 2
904,440 904,440 00000000000000000001978dc3811d9a45ad08126cf8231007085669e60e49f5 0.67 MB 1,315 1
904,439 904,439 0000000000000000000110f7788e40a4dc744c08c549161093dfe4c2688f265a 1.56 MB 2,869 2
904,438 904,438 000000000000000000024eadb1d5dbb68964f046e7ddc855b3262800c7ac6675 1.39 MB 3,022 3
904,437 904,437 00000000000000000001b33e6e422b8598dc73eafc0bebe728fe1fee41a6681f 0.33 MB 668 3
904,436 904,436 00000000000000000000d625ce561d6762c116dbd303a145229ca427bc286f00 1.64 MB 2,914 2
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.