Memory Pool Memory Pool Refreshing

1,363 transactions
23.32 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,314 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,129 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (839,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,456 68,456 0000000002eeed1078a09b6b3cc3f6ba85b050bd9571a2f2347e082d8e81015e 0.00 MB 1 0
68,455 68,455 00000000022084035cb182fa480b64ecfad39e005d697d94c74a03a750b88d12 0.00 MB 1 0
68,454 68,454 0000000000b45fd2bb365aaac3dc1d8795fba4ae850ad1b113c8cdec85aaeac7 0.00 MB 4 0
68,453 68,453 00000000039865cb392b070f373ee31fa37083128b41628c9b78f8102899d594 0.00 MB 1 0
68,452 68,452 00000000022a0ef95f95513cbd48f5ee615341ce879af910a9658b4ade8eaa5a 0.00 MB 1 0
68,451 68,451 00000000056ccdf96cda6032b3d5735c8a626390896dfe762062afe636e2fd0b 0.00 MB 2 0
68,450 68,450 000000000214fbc288ee8d8e52aa4d375e2f153ff70c174c76c7470bfd4f59c7 0.00 MB 1 0
68,449 68,449 000000000423124ae5b91dec8dd7fe47fc3c1e4d5dfa55adba736eaf660c4c84 0.00 MB 1 0
68,448 68,448 0000000002fe5324dffa6a7be0d63d2b8b7c62ec7edc7bfb783bb5177299907d 0.00 MB 2 0
68,447 68,447 00000000009d9a7eb2fde94349ae9935a57aba680e968b54435d1ab1b20c8de2 0.00 MB 10 0
68,446 68,446 00000000029e9f63a1dcea4ce6cafdc731436c39cc8b73463adb6c1ecf7dce6a 0.00 MB 2 0
68,445 68,445 00000000005f3dc508fe9a5ef55e54d0de8f83a2f232cfe586c62c8d887e5062 0.00 MB 5 0
68,444 68,444 0000000004b3a5de21829edaaea835c49e7da4f39b60254a4a536baa96df066e 0.00 MB 3 0
68,443 68,443 00000000050433b867f4309464e535246d2bdc1fae86b699d17a86b361eb598e 0.00 MB 1 0
68,442 68,442 0000000003ef098c8955baf334f32487ad9bf84a90e9eb1838682de6a79c35e7 0.00 MB 10 0
68,441 68,441 00000000016f51c27a9dae3477da48845b0d5b59feb45ba41d193ecf06d08960 0.00 MB 2 0
68,440 68,440 000000000051768fc83f56596142bf6772c5e55e236c57c5b1421c89bd9c191e 0.00 MB 1 0
68,439 68,439 000000000005156d9a0bb21407987509652f57176216fef84024617729bf2797 0.00 MB 1 0
68,438 68,438 000000000119120cd3e9ddc45c196d0d6228fe855847308d134c6a91f2c51569 0.00 MB 6 0
68,437 68,437 000000000495b6d5587f0090c724d9177aaa2772b4850502f310bab931414ffe 0.00 MB 4 0
68,436 68,436 0000000004ba6476cfe13bb69a669d55757b6c3b216935ff34ab292967bff9bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.00 GB sent, 98.60 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.