Memory Pool Memory Pool Refreshing

2,578 transactions
0.96 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,578 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (429,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,826 478,826 0000000000000000011a6fd8a4a2d85251d00bc04027d025965df00f550648ab 0.28 MB 347 62
478,825 478,825 0000000000000000000b9f94ace9487123a4d70c8688525772781f58b470fd50 0.97 MB 1,938 97
478,824 478,824 0000000000000000010199d2ad2fff796c802530c874b6be34da4d1e66f88fe9 0.69 MB 1,155 86
478,823 478,823 000000000000000000b83c39456240db896268a7b45bce6eb4d2e6731475396f 0.40 MB 114 120
478,822 478,822 0000000000000000009fa2ba5e7757d5d9bd616855fa49f858a3fa88cc860ae6 0.39 MB 692 94
478,821 478,821 00000000000000000111d78915296986faae183fb33946ba6dfa2dc48770c172 0.14 MB 284 88
478,820 478,820 000000000000000000615b2444457d92abbb681746b4abbad44ea265b25bfa78 0.19 MB 385 179
478,819 478,819 000000000000000000d147be3cd49fcbe612e024d10fc7e45cc3a9800efe6712 0.84 MB 568 18
478,818 478,818 000000000000000000d6e3a7638b446ee1438b5675ac309c9a2921384597198c 1.00 MB 1,935 118
478,817 478,817 0000000000000000013c27b12e89faa92b48bce1cb5e8bc5f11f35ffe151091b 0.93 MB 65 2
478,816 478,816 000000000000000000b6f7febc7ac3457523aafbd43d4a79d464f4b9dde5e80a 0.19 MB 344 102
478,815 478,815 000000000000000000eaec9217dffc90002b2e602551b707cbdccb61aa0f8c54 0.17 MB 352 123
478,814 478,814 00000000000000000002f67524bd723bf8075c51383502dd15fc6cf14fb9a521 0.93 MB 1,912 111
478,813 478,813 00000000000000000134a6d0090501d574f5b0280b95ef8a85f1bf72124b9fb1 0.99 MB 171 12
478,812 478,812 00000000000000000021a5669b17d30f25075af8515727b893b2d0b5fe043304 0.97 MB 530 34
478,811 478,811 0000000000000000010ec7cd59d72d2e17a88b53e7a434cc117204e8fa5cb9a8 0.93 MB 721 37
478,810 478,810 000000000000000000b5ce3b3da41b14af00826610392270fa84ce94cbe966e6 1.00 MB 1,744 78
478,809 478,809 0000000000000000005449a4add7be5fdf01ebdc360ec20ae3c59f65a6bc3dcb 1.00 MB 2,312 138
478,808 478,808 0000000000000000011ffce99a00fac7fa3efa39f303a7246f86d2dad6ea1874 0.30 MB 589 133
478,807 478,807 000000000000000000c5581ddf3e9ddeaa8aeabf88e4e02653d76c6ff9890d9d 0.95 MB 960 59
478,806 478,806 000000000000000000439776d0191c6923386210637240c2d80f3b44d7c9fb61 0.47 MB 617 122
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.