Memory Pool Memory Pool Refreshing

1,598 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 1,588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (394,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
513,410 513,410 00000000000000000041adb33e551b663896a5b09d626769d183b922e5aa13f2 1.13 MB 2,745 63
513,409 513,409 00000000000000000038e9a02a9f4b65f597a4f38f47f684641a491da3a19c0b 0.05 MB 153 42
513,408 513,408 0000000000000000004d419847d5c7b33c3660a4a0323900e2b4c01a444f9fe7 0.47 MB 1,144 54
513,407 513,407 00000000000000000005e042baee4bf7e120e50b905f5105ab63f54a2ffa7834 0.62 MB 1,422 51
513,406 513,406 0000000000000000004047604de0ed7cde4ac40e7166186679f9d7c731dbe4ca 0.75 MB 331 5
513,405 513,405 0000000000000000004ca624b56ed55d99d56995af46cbe7b562258774ad96b3 1.16 MB 347 5
513,404 513,404 0000000000000000002022782d1ca6e507f1e3a6c5195b6062b6c0e78d53f9a1 1.07 MB 1,505 33
513,403 513,403 0000000000000000000ffccea7bd188e3f0ea28458dee60ef4deecb8749c1629 1.15 MB 3,207 60
513,402 513,402 00000000000000000044ca092332bccef5509d80989d392d03dbb9361c2a569c 1.03 MB 800 7
513,401 513,401 0000000000000000001f0f1b71e03077fe18023156fdb6861578129fcf0e260b 1.10 MB 2,578 56
513,400 513,400 0000000000000000001383789a6a7a1a53a97b83f03df14e1c122806471e61e9 1.09 MB 1,211 14
513,399 513,399 00000000000000000022cdf21f3b871995777a9ffa1de788cb4ca93c586c2f5a 1.12 MB 2,694 28
513,398 513,398 0000000000000000005086003062c7354449dbb648defe3b44263c25f75fdcc2 1.18 MB 3,470 94
513,397 513,397 00000000000000000053c0dc308fb7a3f4767b62af937b0f7c2c06b4060993e6 1.15 MB 1,206 15
513,396 513,396 00000000000000000048dbc689ce71e0dae6358149464dae274f4e57355bc56a 1.11 MB 1,047 32
513,395 513,395 000000000000000000014ec5514595d415d16706d2629a0bc4792f85d0e0b07a 1.09 MB 2,282 49
513,394 513,394 0000000000000000000ded73cc3c1a5fe1b4c66532c6b067cb1970e097667797 1.05 MB 1,212 13
513,393 513,393 0000000000000000002dcf6d09c0009149ed2ad02c23cbd82a35f68fabf8107d 1.15 MB 2,817 64
513,392 513,392 0000000000000000001b2a4e81d2adce7142072ebf11167a5547faab28b09c48 1.08 MB 1,708 31
513,391 513,391 00000000000000000046ecad0615beebfac4672f26a9777d394045fbd13454c7 1.07 MB 1,473 22
513,390 513,390 0000000000000000000373822cfa5ef5eacc164759c70dd070d28672f5e9c5da 1.12 MB 2,185 41
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.