Memory Pool Memory Pool Refreshing

1,076 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (864,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,405 44,405 00000000243274939a952df1fcbee8cbeda5e8b323d29b2e5388489ad8f04584 0.00 MB 1 0
44,404 44,404 0000000006db016216129704b23de26517c18c5e0114d4611030ff28bb90fe29 0.00 MB 1 0
44,403 44,403 0000000024e88cba80f1d0d05368dcd63df58db4668eacf3ad732eebcebfc33c 0.00 MB 2 0
44,402 44,402 000000001eabd72f180ddaee9df99812c19ae543c928f6f3197b6d0e7a9a63a0 0.00 MB 1 0
44,401 44,401 000000002f1c867f7829c56f57124fd8b93e09f50f512e469d91555a61926fab 0.00 MB 1 0
44,400 44,400 0000000024c6fea5d5152b55b790afb15308c1219a9a43c06457f60923ff1b2d 0.00 MB 1 0
44,399 44,399 00000000059c0fb0d57c34d1d19447aa836aae81791f94092f1340555de6d379 0.00 MB 2 0
44,398 44,398 000000001a6416e9732211b6afc81d661185b9fd1720ba576031ae92f35d38ec 0.00 MB 1 0
44,397 44,397 000000001aae519dcaca995d37da59d6abb8a4efd84acc6f49317883f2c7a7ee 0.00 MB 1 0
44,396 44,396 000000000fc46dd3db0fa67c37650efc32b1c0b1710d6acd5f748ac4c31de7dd 0.00 MB 1 0
44,395 44,395 0000000007ee1a4f55e02ca3c62a21eb05a7c4b150f9f39f64908fa4b196fbd7 0.00 MB 1 0
44,394 44,394 0000000021509f7529a2e4331974b0ed0e00d7954120a77cf53963f7963c8864 0.00 MB 1 0
44,393 44,393 00000000290c9c8c4782a169e37ad763cb49903d8699538acb42ea2fa379f339 0.00 MB 1 0
44,392 44,392 000000001cccbb94df32ed5fe53b873b36be57af07412252ec7915fcb6cde2c1 0.00 MB 1 0
44,391 44,391 0000000014daba26ce4c1a15c55485994ad284879852b9a73e86dcd420d45d0f 0.00 MB 1 0
44,390 44,390 000000001ba5a3d626c4e8cba68ac4af5f0e5e570977abce4fe04b3591bc79ca 0.00 MB 1 0
44,389 44,389 000000003231a1088c2e794b347215f3833f6ba9ba403a0df77c657b10aa18f6 0.00 MB 1 0
44,388 44,388 0000000011dacd65a565c29f345981c6079d82f2cecd05fe4242fb89320cc95e 0.00 MB 1 0
44,387 44,387 000000002009a3618421cfef655db27928c88f1bce5fb8fde65b56a34d4e5685 0.00 MB 1 0
44,386 44,386 00000000257ccea2086da71bbfc60f886d084bb0e05c1d25be9bcd9e02cc8f43 0.00 MB 1 0
44,385 44,385 000000000a413818fb85eab004e43d8b7035936be7ed83d89d69c6326523653b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.