Memory Pool Memory Pool Refreshing

1,265 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,859 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,242 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (716,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,300 191,300 000000000000035f724a32148d963065bb47b5fdf4f13ccf92117529b291261b 0.17 MB 229 70
191,299 191,299 000000000000044bdea54db0d376a0628a790b8a93ce8966a18ffdad4bf84697 0.21 MB 492 108
191,298 191,298 00000000000006dfb78390b3179995d3cfe9c07537ff9d545bf1e0465087ae50 0.24 MB 512 110
191,297 191,297 000000000000004f8ba6d0d1fd26831c17d51fc47b4ac499580423865a103d1d 0.42 MB 512 85
191,296 191,296 000000000000040ca688b9c2a0fa764edbd8d72a6a36d5fcfcdb0a7fd656c7b8 0.20 MB 803 223
191,295 191,295 000000000000066b47b2e35f5d55b83b911f85e41c628bc69bc8cf233c0a7bee 0.00 MB 1 0
191,294 191,294 00000000000001c3ad02f7dd2c83165b4febc935620526f21b076375ccca1c53 0.07 MB 234 8
191,293 191,293 000000000000049bae112e85a40aa56d5c7713c41911c95b4a5db1a2b9c5f2ae 0.25 MB 246 83
191,292 191,292 00000000000002d11195f1a8a4800fccfd9d8ccb869c26c46febaefc160e3ff8 0.25 MB 701 142
191,291 191,291 00000000000000fcda95f25df796617d98b4755bd696fed52f0c04bbcbce00f5 0.06 MB 227 80
191,290 191,290 00000000000005ca73471178d5e802fa3dd1441390be345c74ef080a620c9b44 0.10 MB 211 131
191,289 191,289 0000000000000400940af12d2137313d97b8888abe14f10da05b376d7710ddcb 0.05 MB 68 111
191,288 191,288 00000000000004208fc0c53a632ac99bccb8c3d786866c2821f047aba949e10e 0.05 MB 136 47
191,287 191,287 00000000000004d3ee15263d5c1f8ba89e2e918892c8517cfbfa245e7886ccc6 0.20 MB 577 125
191,286 191,286 0000000000000388806511a437971ab66cbe50d666d86e05ec127e675001d041 0.25 MB 633 167
191,285 191,285 000000000000046de66871e9b8889593f8cafd5c23d5e23611da2eba7112eda1 0.14 MB 333 202
191,284 191,284 000000000000022e9db0b92f2733e3e28d31ee40f9f35c846330220f07838af2 0.00 MB 12 17
191,283 191,283 0000000000000752d12f86b0854fe968f8cc5a59aa89f074647dc5d36e6827cb 0.05 MB 144 154
191,282 191,282 00000000000000a018e6bb9738d24635b148cdf456202014cf8700691b96d946 0.07 MB 112 122
191,281 191,281 00000000000003921a5790d93c7ebe465833ead04c11621046175542eff42684 0.23 MB 479 233
191,280 191,280 00000000000001e953ee876389bd132b4faef35c145463fb66e573007a433b7b 0.05 MB 81 138
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.