Memory Pool Memory Pool Refreshing

11,557 transactions
4.84 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,900 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (793,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,920 113,920 00000000000062d24e9f29b087893997402bd8a459c2d6dcec0f085902e299f6 0.00 MB 10 296
113,919 113,919 0000000000009cf0ba2fdc30326e0e3d035d6992f6ea65564b3a0087ef5286e7 0.01 MB 27 122
113,918 113,918 000000000000aba54e22f8f0789a514ce875988ad414ef55cae5e89d47a7f20c 0.00 MB 12 1,366
113,917 113,917 0000000000001516612e44a4522cdbb4173f1ab6fb4a5182e6b3f9ed980fd92a 0.00 MB 3 0
113,916 113,916 0000000000003d815c06fb2c34a244fc22a2bed0de5e242e1709cbde76faf347 0.00 MB 8 49
113,915 113,915 0000000000005c1eb6fdcd3d927adb8998b5a79f7b3e40f556245be69b84dd8b 0.01 MB 19 551
113,914 113,914 00000000000026bf0ab4dcf76f2fb0cfc3e2dec2bc7c7abe785f605834f7dd2c 0.01 MB 29 232
113,913 113,913 000000000000b17ea7a4af3499a1c5fc5a26e02ea2f23206ff91c0da8a8f31e0 0.00 MB 1 0
113,912 113,912 000000000000c0b2a449777cd41db7c944c8e3e5b1785183a1079cba7dbbc539 0.00 MB 8 0
113,911 113,911 0000000000006e3d40fbf76994f48d2204382076a706ecec921abea6d10b0200 0.00 MB 10 309
113,910 113,910 000000000000a2457c8fa9051a2031ae97331ec5be81095009d8d368c41daa31 0.00 MB 3 0
113,909 113,909 000000000000d8c7c138cc4f8e1983f3b5e54491918c4b6a270567c277d8ce24 0.02 MB 57 0
113,908 113,908 00000000000078071cd061903f5874da14b59bd78ca2e5245e2044c74b909789 0.00 MB 14 809
113,907 113,907 000000000000d3f2903c52d0d4b440b6a59e7d0134b15370c42b74b71cc1b89b 0.00 MB 2 3,891
113,906 113,906 0000000000003ecbceeb75a6c1e9c31a50dfc4ce1234736680978bec8d75d87a 0.00 MB 10 268
113,905 113,905 000000000000910a9eedecfc9c0ed767125383619f53a870953e4fe9a05718a3 0.01 MB 27 143
113,904 113,904 00000000000068159bd17fba528f9132c43f9833f4aa025df1df7d88493f155a 0.00 MB 1 0
113,903 113,903 000000000000c41e1ec3c11fea8e684123b5c0e691281f51ab233b7cd9a2514d 0.00 MB 2 0
113,902 113,902 000000000000b514334da1fbbd12b655381747ef182dfeb6154257c4642c70f7 0.00 MB 6 0
113,901 113,901 00000000000053e166af69013dad7639aebc88c25ef76f0864ab5c193543c2c3 0.00 MB 1 0
113,900 113,900 000000000000c10ae722e371838c71557782b854a0afff3b77515db7f468f232 0.03 MB 123 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.