Memory Pool Memory Pool Refreshing

921 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,764 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 921 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (737,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,222 170,222 000000000000033b5d119276d593a1dacac7bc285927bb9b0eb586a4dc2ed1cf 0.00 MB 13 34
170,221 170,221 000000000000004e8243d7d2e2f522c2e15fc263527d9fb8234ecb8f505b89fc 0.08 MB 110 131
170,220 170,220 0000000000000b2651978b7fbd3cb0c0d5913ea75255bbcda1c1b0d10cf83702 0.00 MB 1 0
170,219 170,219 00000000000005310f34cad7abc461a9d5ff7c51c719b79c268c755cc8a72424 0.05 MB 158 48
170,218 170,218 00000000000001327a983d3356cea2273890b57036de8b6bddab37c5f015ac9a 0.00 MB 9 292
170,217 170,217 0000000000000071553b0a0bac8141d5446f964d15085bae7b097dbdff2227bf 0.03 MB 43 101
170,216 170,216 0000000000000a096997c16c12dbc153a0e35d9f0e606742683c8abc8e413462 0.02 MB 10 60
170,215 170,215 00000000000003347e85bb231f4444bd5396e70cc84ea91653f8e1d2ca597287 0.00 MB 11 11
170,214 170,214 0000000000000787933f249fb542b6289b847bafc8fb7ae6594de0ba1a24ae2f 0.03 MB 51 148
170,213 170,213 00000000000000b08d9802177a6ef387ba3eba3e6dd552dc4db3c1253ac7d6e3 0.00 MB 7 1,617
170,212 170,212 00000000000004e3d6e571e72220b2a339f609c9145d2e6177ed2d0722a4eb38 0.01 MB 32 10
170,211 170,211 000000000000023a5f23db2be033ad8ff68fbbed18762b3984e54d654030af18 0.02 MB 66 113
170,210 170,210 000000000000094a61eb7639b2b64cb47f1c391ce9f8c7620f95aac4be239275 0.05 MB 152 62
170,209 170,209 00000000000004bc5b0af2cfe2038a3314b437a6823142c21fc56e082b4623bf 0.00 MB 12 1,181
170,208 170,208 0000000000000595edf6d20d9371c6492a5b32e9b7b85fc062771275071a250b 0.05 MB 72 72
170,207 170,207 00000000000000af2f3a4fbd8c138f32dbcc25db5e759b54e03dde805acd7be0 0.01 MB 28 45
170,206 170,206 00000000000006bd536074527f9f8821372d3dde5446567aeaa95948767cc371 0.00 MB 1 0
170,205 170,205 00000000000006d8f8f9cd269cf46df9efd627088af72b45c27db663676ad553 0.01 MB 41 197
170,204 170,204 0000000000000724a2d3640b6c1b43ab6870427c5dfcb1bd239a869858538136 0.03 MB 93 53
170,203 170,203 0000000000000369c011c6fafb390df8035c6ab4d7e8002a0b0b0eaf64f9f9f5 0.01 MB 29 962
170,202 170,202 0000000000000a427c4531ef1b80ecfeebca3c9e74d87055fa611ecdd9dae0cc 0.05 MB 102 280
Previous 10 blocks ↓
Total Size: 769.10 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.73 GB sent, 93.38 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.