Memory Pool Memory Pool Refreshing

2,913 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (77,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,504 830,504 000000000000000000023bd83975a782573e93acc8b656066793b2ec0c0a0f34 2.71 MB 1,159 24
830,503 830,503 0000000000000000000377a8e2cf710c9f7ccae0d2b121a86f2d1135535d3b24 1.89 MB 2,309 32
830,502 830,502 000000000000000000036faef867030628850e6cefca08df4e65ed499ff61c19 2.80 MB 1,316 23
830,501 830,501 0000000000000000000355ef3931846f492c18a12369411f1a5e70b153bb0336 2.43 MB 1,372 25
830,500 830,500 000000000000000000012e03188360be8c11e7088aba51dc2155bdaa22f4e0a5 1.99 MB 2,223 31
830,499 830,499 00000000000000000000b6d5499e32f14f77bed7d5ebf6e1c72f571900bc8433 3.53 MB 483 20
830,498 830,498 00000000000000000001b6b4fddf7ee9dc55a2c1e6dd1205b6d77f45d3154c1f 2.15 MB 1,835 30
830,497 830,497 000000000000000000032f1d60fc6447eea1982d726c9662be8a6dfae30fc770 3.05 MB 999 24
830,496 830,496 00000000000000000000479935d2b18631b99eae4d28f863dad44aeef222a196 3.12 MB 543 22
830,495 830,495 00000000000000000001d1794e46cf63fb2791bc20b510a81cff0cd02d901754 1.90 MB 2,007 33
830,494 830,494 0000000000000000000275477a2cacc2bb4cd3d5083f5816aa17d1a9a647fb9b 1.65 MB 3,186 37
830,493 830,493 000000000000000000000af6ed23c6c2287aa10beefeecf5f08ce734b1016e0c 2.03 MB 2,326 33
830,492 830,492 00000000000000000000b5a9a9d3bf8f6e04aaf02a23c9c01eb3d971fcba6356 2.75 MB 476 20
830,491 830,491 000000000000000000039c7252a7ab25fe11354675e20616ee47adf6969d6095 2.46 MB 833 23
830,490 830,490 0000000000000000000072d08c3088b48f9921cb20782399e1d4cf91527612eb 3.01 MB 682 23
830,489 830,489 00000000000000000003449a669fb5d9e03f4ea8f2b4201cb25b3321fb6d3586 2.48 MB 1,737 29
830,488 830,488 00000000000000000000df2cc7cc5223a7efe9190569cbef684f2a1b923e3373 2.58 MB 1,624 27
830,487 830,487 00000000000000000001131a2d2fdcbb1dd643d4afbcb51878f3ae0284611827 2.39 MB 1,725 32
830,486 830,486 0000000000000000000026e71144c462137ace5e2628bf9f9da56b0434f0164f 2.05 MB 2,276 54
830,485 830,485 00000000000000000000635b4ab8624a7f84f0e71e16b631fee47b74e61fd321 2.43 MB 2,007 32
830,484 830,484 00000000000000000002bebc8203f5c316a29f384696d6d5e5f47aa8fb4bc9b9 1.78 MB 3,098 41
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.