Memory Pool Memory Pool Refreshing

2,890 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.79 vMB 2,878 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (18,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,245 889,245 000000000000000000019bd5c0744b33c00a8ddc4d891babdf284a355784659d 1.57 MB 3,669 6
889,244 889,244 000000000000000000012673d29e4a82bc0d843b86a4e2006b7e26466827e3ab 1.65 MB 3,676 7
889,243 889,243 00000000000000000001a35f2e3a7bbc1ccfa6fbf53b3f9edc794b1056cef2b2 1.55 MB 3,609 9
889,242 889,242 00000000000000000000884dab638af1747880c3966cd0fd33b1796e7589b5f2 1.69 MB 3,393 7
889,241 889,241 0000000000000000000116419c78163b4d26eb73ab2c7ec6cd62d926809f98a1 1.61 MB 3,616 9
889,240 889,240 00000000000000000001deee311732e2ba928d33f0628a5d6320c537751835e3 1.70 MB 3,148 16
889,239 889,239 00000000000000000001b2e199d1a6c9a7763b7f92eedaa5ac928ab6d812bca4 1.60 MB 3,017 5
889,238 889,238 00000000000000000001035df4ea56bdae6158bda564bcbc65b03da738790b9a 1.84 MB 2,868 5
889,237 889,237 00000000000000000000e164997ab656da4e2b417e3dcfedc266c44762ea8fe7 1.64 MB 4,357 9
889,236 889,236 00000000000000000000c6b8825222ed9305d23cee40fd4bdac75c1f12bd540a 1.67 MB 3,963 7
889,235 889,235 00000000000000000000e0767b0c3848dbb0b717b7c9df86fd5658dc1f9cf984 1.74 MB 3,343 6
889,234 889,234 0000000000000000000042f99b7bd0ed998ddb7553eafd9b86cb64784b463db0 1.83 MB 3,273 4
889,233 889,233 00000000000000000001f1b04b468387c6dc4895672c070ffb737f4c75764dfb 1.67 MB 3,683 6
889,232 889,232 00000000000000000000ed2aa8bf3d2bae8c6b8e142dfac2404b69dd670a7128 1.66 MB 3,302 4
889,231 889,231 000000000000000000001acd5e64ebb65544070cd8b2bb23feeb63a00ff024cb 1.70 MB 2,783 3
889,230 889,230 0000000000000000000123fc1586183154ae103a2a9307faccdf351a6f4856fb 1.42 MB 2,171 2
889,229 889,229 000000000000000000013d0c252f68cb99bb33b46f828b08f3da1a5a01365634 1.63 MB 3,496 5
889,228 889,228 00000000000000000000a7a4fbb08cb5218a3f3e2a48219a53c607dc8d9ef8dc 1.78 MB 4,176 2
889,227 889,227 0000000000000000000242c97fa412120265fbac7d565e652a4afa6cf51e5bd7 1.66 MB 2,792 3
889,226 889,226 0000000000000000000174b7379aae1aac5dd6a1a2aa3b5ccd3362e6f7032d51 1.58 MB 2,904 3
889,225 889,225 0000000000000000000189c0e3728dc6aa0e19fbeb3cdab50d55a78e2518e38d 1.59 MB 3,125 3
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.