Memory Pool Memory Pool Refreshing

19,773 transactions
6.34 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (396,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,409 511,409 000000000000000000074ec2690c1926a21a25a854a8e498e5cc35a620c463dd 1.07 MB 1,945 24
511,408 511,408 0000000000000000002f9d4fd0607883d7cac93fe32f34379bf6c67f1113ed72 1.09 MB 1,574 30
511,407 511,407 0000000000000000002b2a1edb5b6d4195280bc6f3f9e217ac54309428a0929d 1.12 MB 1,304 21
511,406 511,406 00000000000000000013d5790f394251cba9cfe555c0bf41ed6f9d11103f3eb1 1.10 MB 1,712 44
511,405 511,405 0000000000000000000f092cbfb79842c2438c78ce9ded94bb996857cf146047 1.05 MB 958 31
511,404 511,404 0000000000000000001ea4ffdd2755d439cb9cfe07509ca0653e9addcf57e523 1.08 MB 1,288 37
511,403 511,403 00000000000000000019ade581bc188f555818c72ed3294579d94a54b357a0dc 1.14 MB 2,399 62
511,402 511,402 0000000000000000000ab90d0bb80e1e6283ef425fd147b86f2e780ed3c4d65b 1.19 MB 2,731 66
511,401 511,401 0000000000000000000a86d0e2ef396fd763fe0f28899f554ebc836f3b2c3900 1.14 MB 2,587 32
511,400 511,400 0000000000000000005065b448d53cafad63c12d1c71d64f59de87b44dce9c92 1.17 MB 2,822 27
511,399 511,399 0000000000000000003028ab65b259e0790feee6cc0d929a852102a75b49df26 1.18 MB 2,698 48
511,398 511,398 00000000000000000029d33e2390ced6b4dbb9f190a43cd63988e37ecccea2cf 1.16 MB 2,710 45
511,397 511,397 0000000000000000004db6845500d6e90b4e5d8960c9e5adbb008da4f3d97501 1.09 MB 1,936 26
511,396 511,396 000000000000000000222604422f863d6d7f544872b6832663ed102a4edaace6 1.18 MB 2,469 43
511,395 511,395 00000000000000000048549c7e0016d0056cc5908d2379e50badb555debcaf7a 1.16 MB 3,103 26
511,394 511,394 000000000000000000072968bca3d3ac5de1b27a1000c9368337304687412f05 1.19 MB 2,618 45
511,393 511,393 0000000000000000001398723e87e005ecee11507a93db4e91c249fc7d870afc 1.13 MB 2,897 25
511,392 511,392 0000000000000000003637648200b06917653f6f5df17152f14ca95374e7854c 1.19 MB 1,887 56
511,391 511,391 00000000000000000007e17297d581e7f574446388143e40fe089f27f3fc689e 1.11 MB 1,557 27
511,390 511,390 00000000000000000030d4a1a800c8d994b76e6e23b94d3125e16b82878c9cb5 1.01 MB 212 27
511,389 511,389 0000000000000000004b6c621ba3c6600eb03c6d7db80a3632fbe28d728d1e61 1.05 MB 867 46
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.53 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.