Memory Pool Memory Pool Refreshing

7,234 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (809,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,021 99,021 0000000000043bc06741d99b2d3d6431789f3cecd86482cad45da21bb208729d 0.00 MB 3 0
99,020 99,020 0000000000039ace0bca95f2b0a45f2cd541e7da5fe36941d2ebf942bcb11d25 0.00 MB 5 0
99,019 99,019 0000000000026acc5b117c1f23eed64da4b7384618bd315204d64f001daa3773 0.00 MB 5 0
99,018 99,018 0000000000001d073b1c7b91ad180f95fce1965d6c5569dbd68c3d19fbce8fd4 0.00 MB 1 0
99,017 99,017 00000000000449a8650e3aa5d2bcf8566993246300054b51bebc2063a00f0cdc 0.00 MB 2 0
99,016 99,016 0000000000036f4b15a33babba24e86251e7b87b2fb96e0485077d0e6ba9689a 0.00 MB 4 0
99,015 99,015 0000000000018abb97a82a89bc1f9d8c95cb9d7dc4ebe7dc3bffb72b13c88eaf 0.00 MB 12 0
99,014 99,014 000000000000505fbec469594b3e631ab25ef788f086ff2bb92cd49dd340dfac 0.00 MB 12 342
99,013 99,013 00000000000050a6ea4799add3c61c37780f45bafcff341f230cb5771fc9ef31 0.00 MB 1 0
99,012 99,012 0000000000046d0bdadcbe7471b5f76cce545f333d4aef1a085ec3f438c2a276 0.00 MB 2 0
99,011 99,011 000000000001a2896d7d88c1edaf81a2aa301e1cf975c532ce4111e8d1765235 0.00 MB 3 0
99,010 99,010 000000000000748f18da9f6be5f7670bc5b3f2cb6c928960850d09556c4041ae 0.00 MB 1 0
99,009 99,009 000000000000c6a31305ccb0a04d987f7190b76741c600d07e2d8100e7b945d6 0.00 MB 8 0
99,008 99,008 000000000003783548868f0ebd1ccd00c2af89a8a8bbce1e3657f0945b9d5b17 0.00 MB 12 0
99,007 99,007 00000000000068fcbf7e38d06b98fbb291f69b2eac75678cd9d5e20e8ab53a5b 0.00 MB 1 0
99,006 99,006 000000000000cb1131cb2963140a512b1b5f3d8549a3482c6c9dc867d8f7e89f 0.00 MB 7 0
99,005 99,005 00000000000136ce2916e75bdb883dcf3cf3d5c60af2f228dc74f88c4ec7b481 0.00 MB 1 0
99,004 99,004 0000000000004a60c3ab36de39e76055a1df300c3c7e08a5d49d1a44d33140fa 0.00 MB 1 0
99,003 99,003 000000000001970e7a382648aca85489709d1fc6f3543b6eb1fe146de302eca2 0.00 MB 2 0
99,002 99,002 000000000000b138afde6193c604e693b315d7aecced254deabe963ea3664a74 0.00 MB 7 0
99,001 99,001 000000000001ca717a5df4f57597b8857a2d10aab94058ef316906e56e0fcb16 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.32 GB sent, 99.24 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.