Memory Pool Memory Pool Refreshing

4,219 transactions
1.71 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
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,650 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (639,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,966 267,966 000000000000000528263dbe93929a772c64deb8868001ccadabbc1a12b81f40 0.13 MB 266 66
267,965 267,965 000000000000000737129c0d85c10b4790def38fd30cfbce5bbdf396f6d7b70b 0.32 MB 693 57
267,964 267,964 000000000000000319e33e07b67927bb224d19787d655f6d92c50dc56dea1039 0.25 MB 597 111
267,963 267,963 00000000000000084662c8a649a971e206b8f6fed5c76976a342b24629145118 0.03 MB 33 22
267,962 267,962 000000000000000300f003e573c13cd8a92a9c85c4dbc345a0b9fbeda3c16b0d 0.10 MB 212 51
267,961 267,961 00000000000000084b50d2de4897e576c63a5f666814f856babcab2d1f62e2e5 0.04 MB 79 18
267,960 267,960 0000000000000000938faaf5d22c95125e4f948291815c34eee3a3f7ad9136da 0.08 MB 88 28
267,959 267,959 0000000000000000dcf26934dbba75a8478b4a241748e4ed026d85fbb6f69df6 0.09 MB 119 38
267,958 267,958 000000000000000468c731dea52317a60715e03767cc3cf17993b9f8854b0150 0.15 MB 307 10
267,957 267,957 0000000000000000975eb8df0206c294a82de3c721daa20b7481a72a51de7478 0.04 MB 94 31
267,956 267,956 000000000000000285b75885f20206fecc16ac65ec5d156f3117b95c7d4724d9 0.19 MB 401 105
267,955 267,955 00000000000000099abc3a1ada87f47c988c72465cf08c923e39544d91c48705 0.04 MB 65 68
267,954 267,954 0000000000000003e200bd0629b5d74dcb0c47f1cfff62a8851fa46c8c9632d8 0.09 MB 158 154
267,953 267,953 00000000000000056b5b3072fa505b0349c18ad40105213a40ee1cf310e61d00 0.07 MB 157 57
267,952 267,952 000000000000000060b1e7a57fa8f46aa43f5808cc4f4ba20f6674925d5cccb6 0.37 MB 575 140
267,951 267,951 00000000000000026131fe2514a761c2ac5be645d1e7d526dbafb5c1a2fa32d9 0.25 MB 549 125
267,950 267,950 000000000000000379e2a349ccee65efc29d43e2c742f8e4a9247d68025ace84 0.16 MB 370 81
267,949 267,949 00000000000000094ca7e81e2b16fb9eead0210ec12b984bebc3481f52ca0150 0.47 MB 554 38
267,948 267,948 0000000000000005f3913d0a5ea7e94479171a548d96e4ef1594ee3c4a25e12f 0.25 MB 571 88
267,947 267,947 00000000000000010747d0b1ffce06d8aca1a18b1fade8568e91c09de30e0379 0.25 MB 651 87
267,946 267,946 00000000000000086d6d5b17d979d44a24a68bcf92eb9aea18351e4f6bc485b6 0.25 MB 614 91
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.