Memory Pool Memory Pool Refreshing

17,070 transactions
5.69 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,927 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (373,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,419 534,419 00000000000000000016c4bff509f9016dd09c8ab6df4cef21a91af14986f901 1.25 MB 2,380 22
534,418 534,418 0000000000000000002109cac1a93ff5d59dc72d777cd71afc27ef175dc48358 1.17 MB 2,340 13
534,417 534,417 0000000000000000001e1ec3c7b6c1467f304f7f8d3e8dbfddfcb53277f273cd 1.17 MB 2,236 11
534,416 534,416 00000000000000000011d28809abcec1db7bd9a9622d69bc3244ec03439b351d 1.10 MB 1,416 39
534,415 534,415 0000000000000000002bf845ed4fe37eaa7aa1df6b12a2f13ab94d18b3617e83 1.10 MB 1,957 9
534,414 534,414 0000000000000000000b436c475156da7fa76b4ca8b82ac1b59de6aec7188f97 1.36 MB 2,172 13
534,413 534,413 0000000000000000002a5e25437894dbb8da1ac359ca0ac15876a01587a8fecc 1.12 MB 2,330 72
534,412 534,412 00000000000000000016ac565e12349fb9811ad68424aac2ac7796661726dfa8 1.23 MB 2,045 3
534,411 534,411 0000000000000000001ebc3d3e6446c5469cba18236ea6b516fd4517f6d0b4ca 1.13 MB 2,051 15
534,410 534,410 00000000000000000023fad0d4b2c54ab1cdc40472eaca434dd4c92e032c67ea 1.15 MB 2,122 29
534,409 534,409 00000000000000000024bd6537fcfc904f1c66b4ca2ef57195b9ade1261280db 1.14 MB 1,862 30
534,408 534,408 00000000000000000027cef4b4fcbdbd653e63f868230dbe3b67e9420a7c4a00 1.28 MB 2,272 28
534,407 534,407 0000000000000000002bf84717cf3bbfedbf69d69eb9ff94830afd1bcd90099b 1.19 MB 2,489 26
534,406 534,406 0000000000000000002a8a4ae417adfd32ec5f9e2b311cc4e845bd59e7c09e86 1.17 MB 2,379 30
534,405 534,405 000000000000000000097adc03892f76b0ac31004ba6f8e0500d016d6b70de35 1.18 MB 2,176 9
534,404 534,404 0000000000000000002ad4af60b974705caf687c9f1e0eeee4592c42c67104dd 1.09 MB 1,642 10
534,403 534,403 0000000000000000001ac21811fd63f56148a82f1f71d09d4dfea4342e274688 1.17 MB 2,249 25
534,402 534,402 000000000000000000158494753565d296297483e7fd8673c99314efa987ddd1 1.12 MB 2,031 12
534,401 534,401 0000000000000000000b957fa086735ce2766c0c94276b8436fffc5c8ea66b9f 1.12 MB 3,024 7
534,400 534,400 0000000000000000002a1e23648869208d4932f7635d5e109af078a43da05ff8 1.31 MB 2,981 32
534,399 534,399 0000000000000000000b6ed0f4ccaa10a8ebc706db8c778888244a56d3f0df81 1.17 MB 2,307 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.68 GB sent, 93.00 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.