Memory Pool Memory Pool Refreshing

2,607 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,607 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (596,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,181 311,181 00000000000000003ae94f383eb4370f93468bff2767ddeecf95cdb6efa40871 0.35 MB 590 32
311,180 311,180 00000000000000002a83735f0f28fd4622111b82c5867004ea0874c672356611 0.74 MB 1,287 36
311,179 311,179 00000000000000000937540780e2e0d7b0c57355c344bbbf42dd71c7251f03ff 0.12 MB 267 29
311,178 311,178 0000000000000000112d224c36886372785bb078c98da02dfe76875393db1d6b 0.22 MB 351 23
311,177 311,177 00000000000000001cbadb146a4543a74dfa6091ffa9c37d1ca9b625e8307435 0.18 MB 326 29
311,176 311,176 00000000000000003e2a4be58ef77f5b845837638215f86396b99885e9399e2f 0.14 MB 269 37
311,175 311,175 0000000000000000312c94657729af6b3877ee7e4da892634727ba6dc2f777c5 0.66 MB 1,373 32
311,174 311,174 000000000000000016137f1a7fe88e043d21cb6bc1fe0740ff9d20f1e51a679a 0.42 MB 693 28
311,173 311,173 00000000000000002453008b7b11aad8c01ad4d0bf05836af056ed7ca7d5c896 0.32 MB 600 30
311,172 311,172 00000000000000001bbb8d3996f1e29467cc8aa5f4f92119d4791064471c7885 0.13 MB 195 24
311,171 311,171 00000000000000000233739aae6e73e41a73eb3cbaedefb848ece11237470aa2 0.28 MB 382 23
311,170 311,170 0000000000000000371592d43088a28c5f9e6de2d22e15d0e8cf43b2ad82cb64 0.34 MB 412 44
311,169 311,169 00000000000000001bd03f2792e53179e05828cbf8e5096e749221cdf38da3d9 0.02 MB 64 51
311,168 311,168 00000000000000000fc08d6f81e28093ee1324029342ab6997babfd8db201941 0.09 MB 186 29
311,167 311,167 000000000000000021ed6b2f82816897a657f084abdf11453ce9293836a0360a 0.28 MB 395 25
311,166 311,166 000000000000000018e949f29509066f65863af996b7cc9ada73a4bf4f1fb414 0.17 MB 290 27
311,165 311,165 00000000000000002c2fa0dab5f9e23c97f9d091aa50ff7f784fcb0d8322c858 0.04 MB 95 28
311,164 311,164 0000000000000000027bbe7d9c981a180b9aa7a620aaddeeee2c8dc5893f6531 0.41 MB 835 30
311,163 311,163 00000000000000001bd2f2e846826f00f882ae59e76a47e32df819f365982966 0.17 MB 320 36
311,162 311,162 00000000000000003d4999dc2c80452f4dbd852dcb6dd7b5934f219293ea16ba 0.41 MB 605 26
311,161 311,161 00000000000000001256935be82dad18a41216d1c250ffa2c23e96367c4c5893 0.35 MB 681 18
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.58 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.