Memory Pool Memory Pool Refreshing

92 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,019 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 71 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (730,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,822 177,822 0000000000000017dac7a2d8b7edcc637a83ee7cc2532056b3c7bfbbe3573608 0.00 MB 9 0
177,821 177,821 0000000000000545d49ff0cc32a183e9b67f7fcb76db6eed812f5c12253e7f02 0.01 MB 17 72
177,820 177,820 00000000000009c77ef064d0e4389ab5cd1a5f9da779ef52f0f0c736fb604922 0.02 MB 41 228
177,819 177,819 000000000000024fd330b6c4c288a3b5f6c2a5f78affd23fa5df32f22fc3cb67 0.05 MB 123 86
177,818 177,818 0000000000000517e54680e2cac42bd941c0bf937726dbf765f2c79963813f4d 0.02 MB 44 214
177,817 177,817 000000000000022ebd3e9f48d389343f63379ae6403e075ae83c3dc03a63e0f9 0.01 MB 29 157
177,816 177,816 00000000000007d061215806ef376b982d90a9a411266f4a45ff47956942aa6f 0.00 MB 8 50
177,815 177,815 00000000000008c8fbbae9ddb50f229317cb7f6680e9873d3de92730989aea72 0.01 MB 33 140
177,814 177,814 00000000000001255e58bc0efd87439143ef9747b512f9cddf6c86863c98ed61 0.01 MB 21 53
177,813 177,813 000000000000053edb52001e3bf0cea65e968c9b1d078f03f57816a3e0f1a680 0.01 MB 26 89
177,812 177,812 000000000000079784ab2109b807aa059a2162d254459732268752e6bb4e2ca1 0.02 MB 67 140
177,811 177,811 00000000000005e74f2f418e7791328fe7dff74466d6f22339dcc5ee7686438e 0.01 MB 30 123
177,810 177,810 00000000000004471db633d410d0c82a7f69c440ff26787ea7de8f0935f3e261 0.06 MB 121 142
177,809 177,809 00000000000005edcdbffc9423853778556e9aa368eb7632d593a5584067bc97 0.02 MB 51 223
177,808 177,808 00000000000009e3909ee119ea53e37cefac8eedae88c10f9312b591b6f7628d 0.04 MB 79 257
177,807 177,807 0000000000000abd93deef6976b192d8054fb988fa580c63e4cb245e17c46fd9 0.01 MB 26 101
177,806 177,806 00000000000008a257ec099cb64183dd3f58fd039479937077f6d66b132506d2 0.00 MB 10 86
177,805 177,805 000000000000077e02feeeecdfa758bcebb19f5d43a6f70a60e703297cc93ccf 0.03 MB 48 97
177,804 177,804 000000000000021c55542f083823a96d1aa0b8a2c22d6eaef1826968a4332dbd 0.04 MB 120 78
177,803 177,803 000000000000078486553b4e971e0ec9965b578428e377a72a85d0997b036ee4 0.02 MB 49 96
177,802 177,802 00000000000008fbb99bd98da69c66708847292be9eea15efd0c02280981cc2a 0.00 MB 14 15
Previous 10 blocks ↓
Total Size: 769.58 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,650.79 GB sent, 95.82 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.