Memory Pool Memory Pool Refreshing

2,290 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,154 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (785,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,383 122,383 0000000000005bb91db4fbc66959428e1e9dc0644f6fe86470157d9d8ee2c30d 0.00 MB 10 360
122,382 122,382 0000000000008096127f371f7d4ccdb524e8158d1cee91fadb956c07bc666c31 0.00 MB 10 0
122,381 122,381 000000000000648388848022866d8726082a18ee50e25c4834ddacd2d6159004 0.00 MB 13 0
122,380 122,380 000000000000030bd9d8149d4c70d0d8166d54605027f6bc4be36cc99e0d0efe 0.01 MB 31 2,593
122,379 122,379 0000000000003b143daa9d0289e747fc4c3e726dc62b8c0aadddbad3a92da76b 0.00 MB 9 0
122,378 122,378 0000000000001cb386140259b259ee9f870db4506a198854fb1ac910b179beca 0.00 MB 5 734
122,377 122,377 0000000000001e81adbfef9d12620f03de271ba516dd93201d053190c1d16d95 0.00 MB 2 3,891
122,376 122,376 00000000000001389aa0cbde6d239a55e1d42ab60dcf2cd546d3821401e70e86 0.00 MB 13 1,158
122,375 122,375 0000000000000f286519fe79e1dce867f73914df5118317535ebc91fa388011a 0.00 MB 14 1,384
122,374 122,374 00000000000059d17b287059bee32a2826816a6646164509b41e7cd9b3902146 0.00 MB 10 0
122,373 122,373 0000000000007a23e9638d9da9ea583d1d84bee27b8c8e3a315f00aa2104e617 0.00 MB 12 0
122,372 122,372 00000000000047f3eee196c8a532f1a44d0f543784dc657885ec1229ee52355d 0.01 MB 35 2,610
122,371 122,371 0000000000005e2435653b0fae997e494bb50225603c381c8c192ec1681cd524 0.00 MB 11 0
122,370 122,370 00000000000097bb08a63f6664da9fe48483c63ac95e08230a8c42eab0ec61e9 0.00 MB 5 1,041
122,369 122,369 0000000000000944f89be35e4311927ebd3cfcadfd18f2b30fffb06fd4bed023 0.01 MB 12 738
122,368 122,368 0000000000004d08003716c29607071a3ba13d49a5fdbc9f45a2754e68873314 0.00 MB 12 315
122,367 122,367 0000000000008857be55fe32756d69b9cc8cffe0bbe6c37a0b5b9eb08414d767 0.00 MB 12 0
122,366 122,366 0000000000004e6d35837647b741cf90d58b862cf7af379236c5146af3df8020 0.00 MB 13 596
122,365 122,365 00000000000096c8f90650133c07edc15af6f82d82ff001c110c851b30760b18 0.00 MB 1 0
122,364 122,364 000000000000922e058a231294cf34ac62deb064243c98c6d9cb3cf1eacd0e26 0.00 MB 2 506
122,363 122,363 000000000000249b438a9c18966c341869500f6e24da9d836aa941cfe2324850 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.43 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,645.57 GB sent, 95.10 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.