Memory Pool Memory Pool Refreshing

9,816 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (723,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,250 184,250 000000000000055033ddcd77ca1eec0caf950d7f8f1eb7055c4d03441938743b 0.02 MB 53 21
184,249 184,249 0000000000000391647f9190cd144038764cf9f62e1b0663e8a1b0233ef15543 0.06 MB 106 112
184,248 184,248 000000000000083657907c9af5856cea7657a20430045cb2a8b24108aa4a052d 0.00 MB 11 138
184,247 184,247 00000000000004a776affed53b0713837474ff8b3233ea18f94067ec32b2c1aa 0.02 MB 18 41
184,246 184,246 00000000000003e6510d03373e6a7929edd145085c7a48537b89c9134e7867db 0.04 MB 94 25
184,245 184,245 000000000000002ef263417ef07dffcb9b82d62640c47d4e47d200d04ccb50a7 0.03 MB 52 5
184,244 184,244 00000000000005569f5c184c07bf3dab27779ce316eb9e783a31513fdee0d4a7 0.08 MB 172 116
184,243 184,243 000000000000030b3f1c57d3894ca254504d05b334f777f29de7b5bc9091b010 0.00 MB 9 0
184,242 184,242 0000000000000379ab05f7f5495500679240545bbca74c3ae9afaf21e3403306 0.03 MB 64 25
184,241 184,241 0000000000000a3681158e1980743588d9b8a1806895747945ebdf8122a9aa4e 0.23 MB 331 227
184,240 184,240 000000000000019c398e8088aebb0189fb95b6974131c3f38ca0e8a509e1126d 0.05 MB 138 46
184,239 184,239 00000000000006df1b7322f295902de3dfacddc9540159a4b09b08a77a838f0d 0.00 MB 12 4,608
184,238 184,238 0000000000000200f5f57e9f0e903b73458c59a41ffb775c0408433006d6ca28 0.08 MB 153 105
184,237 184,237 00000000000009c93100fc167d988668b333059ea1c21cf73b522be1a6d25ca4 0.00 MB 7 15
184,236 184,236 000000000000016537a051e462d03c8dcae3db2dfde8fa9fa78350970e6c9339 0.02 MB 54 103
184,235 184,235 000000000000051b908c718ccd291911f9e9941d6d89a10dd57944d2fee2d63b 0.02 MB 26 58
184,234 184,234 00000000000002af299cd479d719a0cae99add0a776acb2fae880a32fb21a5a2 0.05 MB 53 42
184,233 184,233 00000000000007673ea0d9f07546013101e34030efb53ee109450fbd0a7c3172 0.07 MB 149 101
184,232 184,232 00000000000008bad521f06ad4517d9e1146d2bc992b3d5e8bcb2f161ac5ea28 0.00 MB 10 31
184,231 184,231 0000000000000046b04a2b93113549fceba3a5f6e73463a891454f88c754daf1 0.05 MB 98 69
184,230 184,230 00000000000005ae91121a0fb045f930355a322d7edc6e39cd000ea6eaa74469 0.04 MB 50 37
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.