Memory Pool Memory Pool Refreshing

3,334 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,013 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (428,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,832 478,832 00000000000000000070a6b63087f8c0c91fcbd990c5bce7ea348f394d2d8307 1.00 MB 2,100 125
478,831 478,831 000000000000000000b11f6b17889500ffd61232ef9856819b3501f1ffc5d963 1.00 MB 1,584 40
478,830 478,830 00000000000000000141083f6f19ae60f4c00fe0054f95ca4e0fae11f3bb06dc 1.00 MB 2,131 133
478,829 478,829 0000000000000000007b14c2f63319afcd662bb01be5215a73e95fe5521c343c 1.00 MB 2,044 127
478,828 478,828 000000000000000000b4546070ae455d1e384486b3dbb1694433433d12eb678a 0.17 MB 200 54
478,827 478,827 00000000000000000030698e3a7eb8442b9bb7ded4f442a635a7c13f344c1b0d 0.78 MB 1,555 107
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.