Memory Pool Memory Pool Refreshing

6,023 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (592,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,579 315,579 000000000000000033eedd6e72b20375fb4311345f18db17c8070ebc2183fc42 0.07 MB 124 23
315,578 315,578 00000000000000002ad40d0ede50857ca93a80ee28e581916a064ea751885a7d 0.29 MB 503 27
315,577 315,577 0000000000000000106df57cce936275e16632232c7a1d16098e25be1a85de21 0.12 MB 239 31
315,576 315,576 0000000000000000140265c3443df090735c003c70fad157c143bc756b1763b8 0.21 MB 404 34
315,575 315,575 00000000000000001e9389701d8a4fd042294c579eafb32e37a7fd8748027365 0.21 MB 411 32
315,574 315,574 0000000000000000169dc31694daaa7eb6b6c4af073f02938d31e2691070e3d5 0.04 MB 84 26
315,573 315,573 000000000000000003cbc87475687bf1138fa248814248db3eb8ac7063d2a9c5 0.18 MB 216 19
315,572 315,572 00000000000000002ad8c006abec78f41ee23e9cd09f74806d3151d0648d977a 0.25 MB 613 38
315,571 315,571 0000000000000000024d21339a28cd8452d894a337ae6fa4f25215545216c23f 0.10 MB 197 34
315,570 315,570 00000000000000002d426ba0840524e961c9ad69db881eb02edba2dc387244b9 0.13 MB 239 24
315,569 315,569 00000000000000002abdf9374f4f9f6e65816c28d8b0b3b86c317b439ea33b89 0.32 MB 534 23
315,568 315,568 000000000000000026d9be84356e3bf7d7a8b47049b5af556a9a8bfd465c9fab 0.35 MB 796 30
315,567 315,567 000000000000000014a7a2e0841590a72914a9152ee3a03b4cef62d17c2d7760 0.06 MB 43 4
315,566 315,566 0000000000000000102dcbe3629def1a82b835c881d88d3975a0d78d484d3687 0.17 MB 309 30
315,565 315,565 000000000000000016434847a078a95cd0d136751751732db45963ad35d65255 0.15 MB 234 22
315,564 315,564 000000000000000011107ea44ce9677d697a46f91d4929d21762e7b5d31204f2 0.17 MB 226 24
315,563 315,563 00000000000000002a945bff0615b00b9cdf5905513e69afcab42c74e16a5a0c 0.08 MB 128 16
315,562 315,562 00000000000000001e63649c192028af5896a1416725120fadfec27a54af4b77 0.52 MB 694 20
315,561 315,561 00000000000000001919e4d218c923ec7660e95c88436489440b8e9b7e573a38 0.16 MB 512 51
315,560 315,560 0000000000000000341e4ef579375411ac1bb63790c85aaac42bad69223f153e 0.47 MB 291 11
315,559 315,559 000000000000000018d51547c5bf7d94e80fc46518f66e0c015070bac160221c 0.35 MB 887 36
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.