Memory Pool Memory Pool Refreshing

823 transactions
0.51 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
908,272 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,271 (805,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,106 103,106 000000000003560d0a8b514d85c644207be3c01b87ad9a9fd1aee26ad44cf9c2 0.00 MB 1 0
103,105 103,105 0000000000023aaeb5febd985e87c3bfdbcb0a7735c2c40e3b0f332d216be4c6 0.00 MB 1 0
103,104 103,104 00000000000224f001db4a3ce78cb4351c6f4ed3a30720d55bc3c350d7a6d4d7 0.01 MB 3 0
103,103 103,103 000000000002428a0641763a2d6c1c58b54f214bf06953dadf35c6d34256fd46 0.00 MB 2 0
103,102 103,102 0000000000037e9fb421c9895eb54f10eab580df79ceb78d0603dc4ee3d8a103 0.00 MB 1 0
103,101 103,101 00000000000140ea558deae9c0bc15e167999cb1c194ca9a737b3756e9b5a143 0.00 MB 2 0
103,100 103,100 0000000000004b72786dd2028ffa619b0f6f61500dab6545db34e937c1728824 0.00 MB 5 0
103,099 103,099 0000000000022d2544709ee7a81d1790395d348e178d1d3d5e2bf046af1ef550 0.00 MB 2 0
103,098 103,098 000000000000c6af78ceca7aa6ede6ebe496f94a26400ea5fffce7ea58bab903 0.00 MB 4 0
103,097 103,097 000000000002b3246057f2267578a139b08dde5c158a989f6f99263a786a7354 0.00 MB 1 0
103,096 103,096 000000000001d604c7b034f4c638602ae42d9340cb0f088b30771dcf5b4ed47c 0.00 MB 2 0
103,095 103,095 00000000000296b9992d93ff42bcbe04fa5cbb8f05603c532e75ed94829186ec 0.00 MB 1 0
103,094 103,094 00000000000214372479d8dff4c900720731c7ca68ac82d19f58cc34a74898f9 0.00 MB 5 0
103,093 103,093 000000000001dc61329c04e405a688eb87c1087788d83f6ca587136bf06d215f 0.00 MB 8 1,123
103,092 103,092 000000000000c809d3703e7fe0b2031e64fd2811f202cb60e01e83dfd5407dae 0.00 MB 2 0
103,091 103,091 0000000000005e1654dab71145c58ebdf4e8546a39a7fe2838bfc2b6d74164e8 0.00 MB 1 0
103,090 103,090 0000000000007d96707ae955453df61a073fa4a3e7ddead82c67f4543b63f651 0.00 MB 2 0
103,089 103,089 000000000001a1bd186a776095a59745a46aa18956a196ab091270112c2ecdcf 0.00 MB 3 0
103,088 103,088 00000000000088e8b50bf125fc9f31fdba9450540cd46d8f82fb8752dcffe738 0.00 MB 4 0
103,087 103,087 0000000000028bb091feae4c88816e178f4d22cbb75e367777d8cfed8d007957 0.00 MB 4 0
103,086 103,086 000000000001493e8f04f9b3b4034111578a9f2751fb1b0d74b32de65df19b4d 0.00 MB 16 0
Previous 10 blocks ↓
Total Size: 770.12 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,691.57 GB sent, 98.14 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.