Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (429,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,590 478,590 00000000000000000032375259b8a8d4fbc8dde7c68ec9f893bf7dd9d75efa48 0.58 MB 386 27
478,589 478,589 0000000000000000003b90ca94bcad0fca186fc33610d47fc66a590c8e2958c3 0.40 MB 259 27
478,588 478,588 000000000000000000cde399402bc600f00c34dbd50c8f6657200eabe706b514 0.95 MB 546 22
478,587 478,587 00000000000000000028a3136ca27748a035bf7f9afa1768988acac67ecc1ba9 0.19 MB 256 84
478,586 478,586 000000000000000000541db435b48ecc09c048ed347353426731b1c7d989404f 0.46 MB 261 16
478,585 478,585 0000000000000000013c9087d2b5cfbad61ab57a269157e5cad64b9d0febae3c 0.33 MB 241 22
478,584 478,584 000000000000000000ca2f807c43654ce4325c66493fff547c032cb740210639 0.49 MB 297 20
478,583 478,583 00000000000000000099389b39a71a96af76fa8ed38c81a2141b2e606abef806 0.11 MB 236 63
478,582 478,582 0000000000000000008f9642c2a5336995458bfa452235c36caaa24dc5460a50 0.15 MB 346 58
478,581 478,581 0000000000000000003a3c6e60c17a79e70352c5b04b1307f6a3101d1d10b3be 0.45 MB 198 13
478,580 478,580 0000000000000000001f143fdbada82dca6d87d249d76654f0b6d3534b367d01 0.00 MB 1 0
478,579 478,579 000000000000000000752a685804a406978e39d62ba3ca5e1aa450eae938f896 0.26 MB 436 42
478,578 478,578 000000000000000000cdab0e2d7b8584babe2b549edf7bc5cb20830b5a6abec3 0.37 MB 467 63
478,577 478,577 00000000000000000039554880558605684b37c3c7c403aff53d264b2cdb7a2a 0.34 MB 747 63
478,576 478,576 00000000000000000112f7cecf078f3f166a1a30629ea8515baf190cc727ee29 0.61 MB 965 62
478,575 478,575 000000000000000000c982592c81fae35fbfc3eff1085caf3691889f0f1b7c65 0.38 MB 660 68
478,574 478,574 000000000000000000706fed6d85dabcd45f69abddcdfd7d41ee78758de939f9 0.06 MB 152 72
478,573 478,573 000000000000000000431678c804f035de88c29fc882dd635431e641c239c1dc 0.05 MB 112 101
478,572 478,572 000000000000000000b53fdcf28c5d1f9986195448b761c4b1aabe6f1f7d3659 0.10 MB 241 59
478,571 478,571 000000000000000000b930c5b2636c18260691171733e2b7ae2502b4a9cb6a7d 0.68 MB 1,347 63
478,570 478,570 000000000000000000923aaad4089c40cee128c2c16190fa583ad42dd070a972 0.03 MB 95 79
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.