Memory Pool Memory Pool Refreshing

10,306 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (717,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,681 190,681 00000000000003625256c9247d2e513968d42d6fda6cef7e744b77513051453f 0.16 MB 426 140
190,680 190,680 000000000000013c4cc44b947cf8a02dc7f7d2c99023e3f029d4dd0fca99c3b5 0.00 MB 1 0
190,679 190,679 0000000000000547b48da62f696a97ff7e419aa27d9d4603cb977cf01846948a 0.13 MB 381 171
190,678 190,678 00000000000003735958e14b4d2ccd300ab57852d8c2dbecb889fe40ba513db3 0.01 MB 25 102
190,677 190,677 00000000000006e2c80fd3782ea68ed5f97cfe8422a7e78f631843d1f7f5b78c 0.12 MB 256 62
190,676 190,676 0000000000000733f8354d960b3bf9f1d2ebfbf13be8cd4bded74473e60c4608 0.05 MB 128 119
190,675 190,675 00000000000006ac068904374e4a2dd2494d7841eca10c971ca1369af8061dd5 0.08 MB 243 135
190,674 190,674 000000000000036eae5778865e27a4f0edeafb5be1a8f249d622f25c37e20124 0.01 MB 27 162
190,673 190,673 00000000000007c8087851edb09b6b1e1b5ef2c5506dea1aaeb4530345fd5114 0.05 MB 118 156
190,672 190,672 000000000000048a99cbf58abeb01eeb74e3b4fce2cb5adf94c248597cda5fd1 0.00 MB 8 153
190,671 190,671 00000000000002513be5d55061246817024f974daa54371b408a24a06e46232b 0.03 MB 81 88
190,670 190,670 00000000000001e5c2a5556fd83f2dd1919019368f72371b302beac997c22b52 0.12 MB 220 114
190,669 190,669 000000000000053fabd5649fe82455c55c5877ae007ac69b2f7c551e95e408d2 0.02 MB 28 410
190,668 190,668 00000000000008b2d473837ae49e10b1261c5af7592664fb7b3d5571dc1c49bc 0.01 MB 17 10
190,667 190,667 0000000000000323f8e0dba999193134856515190a9e5b3dc2e3b4d68f6869cb 0.07 MB 169 125
190,666 190,666 0000000000000017b5f07a995928b78044e1170bec21e5a424ea37303a8d1979 0.00 MB 10 0
190,665 190,665 000000000000038f82e8538893902c6b367fde8037f0241edfffe13054329ff9 0.06 MB 87 79
190,664 190,664 00000000000001e14a6fc78e9054140d3fb64a04ed6285f0fe8bb67d223f2d99 0.02 MB 54 14
190,663 190,663 00000000000007b6b908c732cde3a74ab41e3abe74bad17fe9d0876394862eec 0.04 MB 97 154
190,662 190,662 00000000000008b8c6cbd93ba854e5af915f460eb758fd46098c65af5b88c8aa 0.01 MB 46 170
190,661 190,661 00000000000006d13feb86653c735ce24945f5564cc226ee6d841690090571b6 0.04 MB 143 63
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.