Memory Pool Memory Pool Refreshing

2,315 transactions
0.60 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
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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (677,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,024 230,024 00000000000001f79c449ce848ba191da0e8d263ef035102fc1ba9c1a4c55a30 0.04 MB 65 109
230,023 230,023 00000000000000867a4059ef645eb5583456f874a84f4f95675738c482101d31 0.14 MB 337 179
230,022 230,022 00000000000001a4714a7978cabecef554f2ef498705ce273d81d72ed0a9af66 0.13 MB 217 126
230,021 230,021 00000000000000cf711c4c3fa9aba43eaf49c3923813c6b941dfd05a9e36bc39 0.13 MB 245 160
230,020 230,020 00000000000000be8965a1110e8cdebd029a417267c2c2a155c9ed222afcbf80 0.27 MB 481 163
230,019 230,019 00000000000001e2feea7ab15b4d423837b2efcb431beab2fb0f4800efd29fed 0.01 MB 41 123
230,018 230,018 00000000000000c77ebf1f5be0029c0e81a61012bb607d222babd9313fe3f1f9 0.29 MB 505 144
230,017 230,017 000000000000005cac6a5d653f8cbd8e6116b02ab6a111af428e95c433c50ae3 0.06 MB 199 91
230,016 230,016 000000000000022afae42eea62d1f332fc1c78b2447494e1df0e1464490556ad 0.20 MB 339 123
230,015 230,015 0000000000000045e6914be0b39b2eed8cf57792f9d7b0d89c8209034c39ce10 0.23 MB 334 161
230,014 230,014 00000000000001ffbc993e555f74f190308fee8521fa967a1929950564e71cf7 0.25 MB 105 94
230,013 230,013 00000000000001275980c4a9180cb0e5c6f6a8aa1c6a698ab1dd5ed7946fd9b2 0.45 MB 615 156
230,012 230,012 000000000000018eeb09d3c398715d450c8a8a7274d48af3bce26e26331ea54a 0.00 MB 5 42
230,011 230,011 00000000000001a6918f2cd71a7d8232cae8459c228695088dc31a80b2cda60c 0.31 MB 599 118
230,010 230,010 000000000000015c28163515610010a24f6469e7741f83a9186393ff25bb8637 0.25 MB 522 183
230,009 230,009 00000000000000ecbbff6bafb7efa2f7df05b227d5c73dca8f2635af32a2e949 0.25 MB 134 257
230,008 230,008 00000000000000d2899d841b9c4438948b69c4390ca9a64dcf8bf8007c871a9c 0.20 MB 338 128
230,007 230,007 000000000000021c81f02fe2009458f8b9010997b423b9baefed174d163d677a 0.25 MB 711 203
230,006 230,006 000000000000011278004e50a6cf8f2c8abbaf1fa7d030cc3e8573ac3476efe1 0.00 MB 6 8
230,005 230,005 0000000000000093b8eb432a864574d940cb8028f58e9c8d1aacca37ba281aa3 0.21 MB 543 169
230,004 230,004 00000000000000ba4c5244f52c099309cc58d2a093494540edf986d9035c5df4 0.11 MB 277 177
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.78 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.