Memory Pool Memory Pool Refreshing

8,940 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (780,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,322 127,322 00000000000000441a24ca94569428d32fc10a6f1da7487dc70773eff9df98e3 0.03 MB 63 68
127,321 127,321 000000000000067c3e9fcef4c90365c6057c874dcdf8752e6b41e00bf79fc25b 0.02 MB 12 1,415
127,320 127,320 0000000000002493dba38cf94ca99cf6d014ed42c84b6dde684fd29126b5074f 0.01 MB 10 553
127,319 127,319 0000000000000450c852baf1335058689178cc46e4a83658a6956f9bd9afe336 0.02 MB 54 110
127,318 127,318 0000000000000da17a6e995e151758ea805b204461c7784ce4c6897a885289ea 0.00 MB 12 0
127,317 127,317 00000000000019f28fd733d30d6f0f88fd0c3d0334cbef237c63e9e2f8331085 0.00 MB 1 0
127,316 127,316 000000000000053d4836bf4420782de28d7871481c177f2724cf0355e0c5debe 0.01 MB 11 1,032
127,315 127,315 0000000000001a7b0ec5fce31007aa94c6e9dbcfdd372988bb6ec76cfb152c04 0.01 MB 30 606
127,314 127,314 000000000000117e98a6ce26819a362762f86c3e059084501a5f4c724db6abb4 0.01 MB 28 688
127,313 127,313 000000000000246ffb755aad047ec96f5f57297d1afb31e2aa73b59b3a5d15ed 0.01 MB 15 601
127,312 127,312 0000000000001efb5350c1a2a31349b1f214a5d1e754c8d9781d439beaec6853 0.00 MB 3 0
127,311 127,311 000000000000255b274490722d397dfa8223fa06517748cc776fad7b183a2521 0.00 MB 4 0
127,310 127,310 0000000000001c882ac6b9630224b43a806e579be47b7799af0bb3404009d208 0.00 MB 7 824
127,309 127,309 00000000000001a473a2330dfb25d4b15d6c81e2f6c3cf52843334db176e79cd 0.00 MB 1 0
127,308 127,308 00000000000019f074b6c5ecd29080af46f54297ff10ae82114bf15af391183c 0.01 MB 50 2,537
127,307 127,307 00000000000003c50d08d9f7f216963431084ad820b10eb001a8a90bee9cedce 0.01 MB 38 138
127,306 127,306 000000000000015a3351636ca66483bfb75427daf738c7af3313c7b1396370f0 0.00 MB 8 0
127,305 127,305 00000000000010d1eefe30bc14fd4313e3eff192c143558e89595c793950032f 0.00 MB 8 946
127,304 127,304 000000000000150214088a7a7e44093e6ab97ece99b47e242a0b614ba38168fe 0.00 MB 6 605
127,303 127,303 000000000000128c656291e399a61b7942b72ef333a5b788a50fb7ef126972cd 0.00 MB 2 3,875
127,302 127,302 0000000000000978c8a043a591f72c82b2e1212a4429058f33e2560d543b04dc 0.01 MB 35 3,028
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.