Memory Pool Memory Pool Refreshing

9,387 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,420 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (784,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,099 123,099 0000000000002b20b47478b71a107fe6e056e01290f14a6f0783b77d8e6b7058 0.01 MB 26 300
123,098 123,098 000000000000519c519107054fbee6ba882d8d413d30d4a57e64e3553995dab9 0.00 MB 8 0
123,097 123,097 00000000000062b6e77a61a9256c84e260247b310c2c7b41aeeb0f729304c215 0.00 MB 8 321
123,096 123,096 0000000000005784f9219c18bb13e4fddecf08cb4454300896b44f92873a787e 0.00 MB 11 253
123,095 123,095 0000000000001da57b97bcfac12539ad26e048cfd94e1ec683ee85c313a211bc 0.01 MB 29 0
123,094 123,094 0000000000001ad1187d1e2df552cb9b700a40b997b49f2975574b2233c10803 0.01 MB 11 568
123,093 123,093 00000000000033f37d391d98071003776f5471d326012cd1326caae9cedd7333 0.00 MB 4 0
123,092 123,092 000000000000334291b31e9cf4d6da4316c51978c0ccb8c21f578b1df246bd58 0.00 MB 13 433
123,091 123,091 00000000000050bb856b3a62526f0b2783598513cfcbd5f39afe5a5f331c548f 0.01 MB 11 66
123,090 123,090 0000000000000af3070260c3c7e44689cda089810dba09032c8590b1f2335838 0.01 MB 4 97
123,089 123,089 0000000000005e77711a63d52b63af5d05d669d6078e3ea07ee4add2a297d183 0.02 MB 31 217
123,088 123,088 0000000000002b64756f074f5c87b93428d98b10d05842eb7a56b2dbe1a72cab 0.00 MB 13 0
123,087 123,087 0000000000001a651ba145806145513f275d32f1f05ee84e9a677985d2ccbd95 0.00 MB 7 0
123,086 123,086 0000000000001dfb0dfcfc71b7353cef87773e291bc50d6de5e303e718181b2b 0.00 MB 7 350
123,085 123,085 00000000000039968f6495a932d79654c48b15f9d0283fe3f41080fd83328dce 0.00 MB 8 345
123,084 123,084 000000000000408990b3f80c12e4908cebf95b5d78866adcb37f7b0c9009362b 0.01 MB 15 164
123,083 123,083 0000000000000a0664bada1157de3d0fbcd96658aff5750076f066776aa75790 0.00 MB 5 0
123,082 123,082 0000000000002431048d4e96bcd1478119693bf37e26bf852805a59876cd6e62 0.01 MB 22 0
123,081 123,081 0000000000002e140a0a455694a6801f884007e3079f1d788205fda4d4c4dd68 0.01 MB 12 275
123,080 123,080 00000000000027eb3d78ed358f6da5a90e35f0b7b3f4e888b64775fee9cfc463 0.00 MB 11 343
123,079 123,079 0000000000000bc6a402c5146eebf0c6753f4e4f4700b3b91446f5346dc96e19 0.01 MB 22 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.38 GB sent, 92.91 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.