Memory Pool Memory Pool Refreshing

944 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 938 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (831,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,868 76,868 000000000015aa9d9a1dba00e0327871f2a5916afb98916a3746a6fea7175b3e 0.00 MB 2 0
76,867 76,867 00000000001c27ae9d75cd2d3bc6e0d0239f6c13f0b08a6c2f97f5a8ae985d42 0.00 MB 1 0
76,866 76,866 00000000000ad252edca3baffbd55625c379b3e27ef20de63ca1cd2c9e6cc1a9 0.00 MB 2 0
76,865 76,865 00000000003b320deedcb8b814fdaac40d6fff6ec543735a9a0abada3c58124b 0.00 MB 1 0
76,864 76,864 00000000006679e51322912f971b399e4ea9a86c0eba5302edd57c548c0c8d2e 0.00 MB 1 0
76,863 76,863 000000000052888b0eebc65febcd1fd113d7b1e2603ddbf146166e0267f95fde 0.00 MB 2 0
76,862 76,862 0000000000537fc83748b97dda2735029296439b07603fe9a39a0e0bfd694a25 0.00 MB 3 0
76,861 76,861 0000000000609c09e9844b24fcde83976c114d62b57c7ddf0997cd7793227f63 0.00 MB 1 0
76,860 76,860 0000000000544e63b1f25a1d2f304faa79e598e55d7847b49cb516fffd51f3e4 0.00 MB 1 0
76,859 76,859 0000000000128fd38109cff4a2044bf9d63a8e11f16231cf2bb2ed82f1a82275 0.00 MB 2 0
76,858 76,858 00000000000b0bddf72a080e324702a567abe562bbb76df0eae4916a50720bfa 0.00 MB 1 0
76,857 76,857 0000000000441c6c41aee0eb8e45072f03ac93b5d03f0824b21189f81cccda16 0.00 MB 1 0
76,856 76,856 000000000023d8b55cde893ce3c230a5c7b96d28387f5a5602bcdcf565e0599a 0.00 MB 3 0
76,855 76,855 00000000001c567cf3283b2406fdffd2a1760edc05a8d9edecb5ff9d1aa60e16 0.00 MB 1 0
76,854 76,854 000000000009eef9a62dad9d9f7fc0d4daf9b90beaeb84e50a596cb1ef59e586 0.00 MB 7 0
76,853 76,853 000000000055641d87ab825e89d8dbdbf68996b24d737bb7c99fe3bb4745fdcc 0.00 MB 2 0
76,852 76,852 000000000040993dc2e1a227a8e0f9788fdb2842ca39cdbda2b1f28ed1c3faaa 0.00 MB 1 0
76,851 76,851 00000000002e1f34015a9023d042487c3584175806796c6a4d91937af2f459ea 0.00 MB 1 0
76,850 76,850 00000000003499501b5b854bd3e9df55dc2f5ff8b64ea283187687eba6717b61 0.00 MB 1 0
76,849 76,849 000000000065b884cc0fc145b9a35b4ce8ccb171bcfc93b41637b8b7bf23b0f5 0.00 MB 1 0
76,848 76,848 000000000054221e53309c6187704e2c964d9651cb6002963b3bfe195c7a2ef5 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.25 GB sent, 95.74 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.