Memory Pool Memory Pool Refreshing

16,223 transactions
34.95 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,162 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,088 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,161 (255,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
606,405 606,405 00000000000000000009ab905fd1f6723fdbbc11b29f74917c132696822e0cdd 1.35 MB 2,934 13
606,404 606,404 0000000000000000000bfdcdf5d1207d8af1798c609588d003018e6463fa53e6 1.32 MB 2,442 42
606,403 606,403 00000000000000000011cfeede28c331028189a0b83c0a516dc8c25262b2f996 0.98 MB 2,612 20
606,402 606,402 00000000000000000002c52869a81ea68b5b6a9afa8cb0ffd7403c205b48373b 0.47 MB 1,247 22
606,401 606,401 0000000000000000000db7a095ebf122d2869eed566f56123abc4bb4f82aa0df 0.73 MB 2,072 19
606,400 606,400 0000000000000000000fa88a9b5554b1b2a4f53ba65c9ce9036f266ca03c3748 0.52 MB 1,603 23
606,399 606,399 000000000000000000064a6d6412c4baa6a73f52ab77359467cd56f1722148b0 0.49 MB 1,350 24
606,398 606,398 0000000000000000000f462a86611294d4fd3000afbb5b3eb114cf1c2bc46534 0.15 MB 389 29
606,397 606,397 00000000000000000006d7030420e54764bedd01c2ad9088feee9cc8f769a08e 0.19 MB 546 36
606,396 606,396 00000000000000000007c4d348cd0f2852afd7dfe791956400cd8db46b69a7f3 0.15 MB 342 34
606,395 606,395 00000000000000000012f1774204a858abf5240472c70f310319020b3f124b6a 0.89 MB 2,152 23
606,394 606,394 00000000000000000003ac8b5708802c16b7dedc095a8b5bdec0e4b732e6c730 1.21 MB 3,081 11
606,393 606,393 0000000000000000000b6f5de550601eb67e2842331e960e9ae4efe5cf54a5b1 1.27 MB 3,059 34
606,392 606,392 0000000000000000000a669e40d4d9da0dada12cddf6f7c33f15ca98b73997b3 0.67 MB 1,587 20
606,391 606,391 00000000000000000013b0df1db9826191e6e9ac2383823acfc13131be7b933d 1.07 MB 2,897 23
606,390 606,390 00000000000000000004bc6d9b8ee81281f2ae1c69eb2301a68ef7920e2651ea 0.81 MB 1,780 29
606,389 606,389 00000000000000000004ffe222736a6e1e05995c2ae1f3cd2e000c63c2bb082e 1.17 MB 2,521 20
606,388 606,388 0000000000000000000cd93e75aa29f9f644c10a64f209df4e3a89b34a55adc7 1.13 MB 1,661 17
606,387 606,387 00000000000000000000f35d9fcf96321e903a573b069f55cad5240073acc25e 1.29 MB 2,940 32
606,386 606,386 0000000000000000000b322d2ddcd77a27c880ff1f518cfc5c3bc053bb344230 1.13 MB 2,656 20
606,385 606,385 00000000000000000011fa3683b2aa96231d17756a133d7eb8c2e924908d26c0 1.21 MB 2,908 21
Previous 10 blocks ↓
Total Size: 684.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,343.94 GB sent, 101.34 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.