Memory Pool Memory Pool Refreshing

812 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (906,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,357 1,357 00000000bf4dcf6e329283e7182d438a8f1f89703593bac3a7d11f4e31d33dd9 0.00 MB 1 0
1,356 1,356 0000000034477170a51f40da9bce78f85c555a26be1361ce8c2900b02786f0c4 0.00 MB 1 0
1,355 1,355 0000000019668292e90a9b0e7246f4f829e1f99e8818482203203d5e25b2ecab 0.00 MB 1 0
1,354 1,354 00000000daf4096c5bc5b11e5f6d0e1f835525d658333c791f11d573c9295f79 0.00 MB 1 0
1,353 1,353 00000000ba74726f506303ea0c13a12f0638fc09f8dc1009c2ebc5a20b2f91ee 0.00 MB 1 0
1,352 1,352 000000003ffac539550a3fb1a63b28f2a3e3a4f47f71ff01bc3535a293ffaaf0 0.00 MB 1 0
1,351 1,351 00000000d557f507f6a0e674f7ebed3df990a341ebbd4d5903d05f8249046c86 0.00 MB 1 0
1,350 1,350 000000005f3b33fbff842d0b7cf1de11fc4de376356b0d634a859eb77c840556 0.00 MB 1 0
1,349 1,349 0000000087b97399a2d8c2de62e64d61814a3b4bd488522fc9618083b125738e 0.00 MB 1 0
1,348 1,348 00000000b0383ad53d30fa9896168074f7f51a6a3366b1aaa2b263c7cd72b6a4 0.00 MB 1 0
1,347 1,347 00000000a414e24e3ed3ae002559874146a7ee6d21b863b4cfa3fec4add297e2 0.00 MB 1 0
1,346 1,346 00000000b7d04dea83e90d8a97690740a93cffc19dd978df621d32c4e3b3bfcc 0.00 MB 1 0
1,345 1,345 00000000fa61e838f0d494211d874b881877148017221e8f95b7810dc6a6f6d3 0.00 MB 1 0
1,344 1,344 0000000006d5f5fabc6f0a3234a96583cfe534d9dc170067291cbfdad65cb2b1 0.00 MB 1 0
1,343 1,343 000000007640f80b4355a643ae4791394f14299dffa196c99247f39957fe8c19 0.00 MB 1 0
1,342 1,342 00000000b8a728c30ad7acb0b86a0dbd5e4457b388431ea9cc61be8905bd60d2 0.00 MB 1 0
1,341 1,341 000000007a88a48873eb2ea72692e28736efda85ccec78e8d067f06ff93f95c4 0.00 MB 1 0
1,340 1,340 00000000324093ac23a52cab4b9c6e17675818d4ab49b071dc5263eea1379c6c 0.00 MB 1 0
1,339 1,339 000000008d2cb17c35fcc238c878883646c6a9797211bd46c5e30076fa7f08d3 0.00 MB 1 0
1,338 1,338 000000006bfee7e986540759c8b18085b8f6cdbbae8bdefe8e5bc12086c25777 0.00 MB 1 0
1,337 1,337 000000008bf44a528a09d203203a6a97c165cf53a92ecc27aed0b49b86a19564 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.