Memory Pool Memory Pool Refreshing

4,554 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (334,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
573,664 573,664 0000000000000000001a7e99551c14e58f31a0f02bc0c2e7f0404d330dfbdb64 0.63 MB 1,533 25
573,663 573,663 0000000000000000001461a30a82015648c70ac451dd963898e8ea4852d5bdb7 1.04 MB 3,243 4
573,662 573,662 0000000000000000002265b67a192db58a7572062fbcc09ba67df7e9336398bf 1.14 MB 2,881 21
573,661 573,661 0000000000000000000bee13e013b0ac88de82c78621e0f9d99c54eaff489e0f 1.39 MB 2,859 51
573,660 573,660 000000000000000000005a029cbac2b84b15de234b1ee159e0e6ceff7d24cfcd 1.14 MB 3,034 26
573,659 573,659 000000000000000000244f0302c8e0ae07d069a91aaef4c7443ae74fa6a78758 0.03 MB 82 45
573,658 573,658 0000000000000000002a5dd62b859c73bbeb04c48ef0e125896a296ffa7a5d41 0.88 MB 1,649 17
573,657 573,657 00000000000000000024cbb0f46e29a73283cc5ccd120a852f90292f87fc01ad 1.10 MB 2,912 5
573,656 573,656 000000000000000000037dcbdf9b4597637f1f4606717b01854689237a6121c6 1.18 MB 2,949 25
573,655 573,655 0000000000000000002c0c0d91f36b3d81dd3f1ce2dd4e20d297d9e254bdf58c 1.07 MB 3,282 13
573,654 573,654 0000000000000000000dee2b3f4d7380770e9334177bfff71c6306dc07e86d14 1.30 MB 3,233 64
573,653 573,653 00000000000000000012ae6db9736a1f8070c22b0970414b8811965453d71368 1.37 MB 2,765 26
573,652 573,652 0000000000000000000a20cf67f2848ca5cafbe6fd14c4cfc2e46fefdab9b3dc 1.22 MB 2,953 12
573,651 573,651 0000000000000000000f6d8de8d53d1d7ef4e404130e434b57f7c632e0338677 1.37 MB 3,062 58
573,650 573,650 00000000000000000025fafab4b71863d0755ed62ad7f7abc0cdd1f0684c8ae4 1.83 MB 1,509 15
573,649 573,649 000000000000000000221bb4682c5ed0b009b8ff550505db534d898dfbb8346f 1.34 MB 2,721 12
573,648 573,648 0000000000000000001364fc133de480d234b9ad7237581187f00792dae4f213 1.29 MB 2,949 44
573,647 573,647 0000000000000000001115f3955ab3e477b5accb313126732e4c794c61445a2e 1.23 MB 2,008 59
573,646 573,646 0000000000000000000274bea6e0e8f0468e250d9074e2dbef7452e122bc9ae6 0.80 MB 2,032 37
573,645 573,645 00000000000000000021a63dbc3642b7f0e0549fba91abb495fe458e14784703 0.60 MB 1,623 25
573,644 573,644 00000000000000000002cb9d6677937ecde1d7e538b0890e67a7036ad83c575b 0.09 MB 230 47
Previous 10 blocks ↓
Total Size: 768.97 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,615.65 GB sent, 92.67 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.