Memory Pool Memory Pool Refreshing

1,675 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,669 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (906,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,306 1,306 00000000eeacdce37f856438d78a587e9b60058998116f3201cb817b78d702e5 0.00 MB 1 0
1,305 1,305 00000000e6671c8e142a9782009c7962049a5fda8cc46c39156541fc8157b78e 0.00 MB 1 0
1,304 1,304 00000000fff0728c5da1548b4f15576aa272f0f4952031ae56a5be355310ba0a 0.00 MB 1 0
1,303 1,303 0000000005e9519fba6e06d401e872c45d1f79e621e6f2a18a4923da1d3be42d 0.00 MB 1 0
1,302 1,302 000000004fbf34b9179c42c44c29c2117a658f12bb6d4d467e9b5fc4759a5b20 0.00 MB 1 0
1,301 1,301 000000000b57d2d81865b33cbf69ee905688ee70772fedb7cbc7407fbccd5461 0.00 MB 1 0
1,300 1,300 0000000047a712b762d9c91aa1cc2e33fb48ea64276a7086c3c10aa252a934ab 0.00 MB 1 0
1,299 1,299 00000000e79bd48bbc4416ad172e69b505694be0dd7566aac1063751dc37ce3f 0.00 MB 1 0
1,298 1,298 0000000098d3bdbb973ec3db8f5c017ae018110a2f95df5b8d621fedbe27d23d 0.00 MB 1 0
1,297 1,297 00000000c909f46277e6748d6f987d6d6b395f0b68cd7b4d50a2286a917fc365 0.00 MB 1 0
1,296 1,296 000000009a4aed3e8ba7a978c6b50fea886fb496d66e696090a91d527200b002 0.00 MB 2 0
1,295 1,295 0000000046d234a513bcba7c73d6c9c2b2b43dace9033838b3eead334a7d39c1 0.00 MB 1 0
1,294 1,294 00000000f6cb6b1aa75b3edd4d9eabd6866bff3442e25473280c334f238a57cf 0.00 MB 1 0
1,293 1,293 000000002baa152b060801b0a83905815ff991d60ae1c0faaf48f0f8ca5ff40f 0.00 MB 1 0
1,292 1,292 00000000ecd009c870b313e354ca121ca8dacd96c2921f218822a9909d32690e 0.00 MB 1 0
1,291 1,291 000000000e62271197b63b2ead7af125aa9668b6d412133736f18d90b72c183e 0.00 MB 1 0
1,290 1,290 00000000e7e14180e1bcd82aff7fba4a4874a4028c4beb1e9de18ed2404b4d30 0.00 MB 1 0
1,289 1,289 000000003a6b3441232f2091256865b88a73eb913728bf8c06a1c3c212bece8c 0.00 MB 1 0
1,288 1,288 00000000abd10a678446693dd5ef014eb69c1160205c4b4c6fa6d3667ec5d519 0.00 MB 1 0
1,287 1,287 00000000202f36135a13e90c07fe3816d4ae948ff1e3fa941d3dee7bbf421604 0.00 MB 1 0
1,286 1,286 000000008f40e88b84b2e59314f86eb02dad46f335c8897a3197d0b5894c6b06 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.