Memory Pool Memory Pool Refreshing

6,304 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,832 (707,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,060 200,060 0000000000000338dc14c25434713d077a7316bdc67c146fba9af4ea228b6e81 0.08 MB 153 355
200,059 200,059 00000000000000957b386623ca1692da71f2193bcd10ddc8dd844d0f1e9504e7 0.00 MB 12 341
200,058 200,058 00000000000000da222de2a435a9f40a4dfa8c2854eaba73eb1d5f2f24bd4cf0 0.02 MB 72 7
200,057 200,057 0000000000000580f9038a8079ee3e2c1c23d7317534e74564b1f42c70ce55f3 0.07 MB 129 119
200,056 200,056 0000000000000066aca601875315d7aefae0fddb54e5ba5a863340bf89569779 0.00 MB 9 57
200,055 200,055 00000000000000eca576c972811640a336da3bad2925fc6c4046ef8d622d28f2 0.00 MB 13 15
200,054 200,054 00000000000002b0d5ad9fe85a96d9ae34b4942f749c4f03226fde32884e777c 0.14 MB 218 81
200,053 200,053 00000000000004cf038cc204eb863f74e96f1ae38e9fffc9a5ce17c47126d472 0.09 MB 248 182
200,052 200,052 0000000000000404fe5dd15ba433c8bf7470a343db5d4c5764983827753bbd99 0.07 MB 202 95
200,051 200,051 0000000000000269729f9dac4458af4b3023f46d1246550b202651157a223b00 0.05 MB 103 122
200,050 200,050 00000000000002ac9fb6b849658d9b89d1fc01b94c49619c44d7ef6c23fe5c11 0.00 MB 7 0
200,049 200,049 000000000000046e67148ed42f218919d9bbd193a18336116e9ac98ec468a462 0.14 MB 284 125
200,048 200,048 000000000000052a186e859e2a56e8f4a71e7fea8c16b7ff0a074bc2acef21bf 0.05 MB 152 204
200,047 200,047 000000000000022d38d5805e34e0b5b0085093fba8d4c1dbc89d3fc504f89ca7 0.12 MB 263 219
200,046 200,046 00000000000001fc3874125ed9faf1fae79580fad8c812430921a239edd4bf9f 0.01 MB 47 144
200,045 200,045 00000000000004238ed3eee7077fefc648f43ed39491836f0aff24aefbf7dd29 0.14 MB 346 128
200,044 200,044 00000000000004ce47ec14f49b872b9738e9207168fcfc83297dae4e1691e6b8 0.05 MB 136 73
200,043 200,043 0000000000000316860a466d8b12d87939619ceb4bf28dce107d10850a47ac7a 0.05 MB 128 305
200,042 200,042 00000000000005377c01e6f375646f8ee39468c90a22c15c0f4860680d608d30 0.18 MB 432 78
200,041 200,041 000000000000029853c93791276499384f45ea664f2be4b9e531e66ac044acd5 0.10 MB 253 456
200,040 200,040 000000000000021cdeb7a809932214bd4819db6897e4817bef80052cc2030e34 0.14 MB 262 164
Previous 10 blocks ↓
Total Size: 769.23 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,634.74 GB sent, 94.07 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.