Memory Pool Memory Pool Refreshing

1,792 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,775 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (564,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,407 343,407 00000000000000000569c63c0e63306f8fcab2d1b8f6183717494e951a0088eb 0.75 MB 529 14
343,406 343,406 000000000000000005383e2d0efe36b570308d18d0b8feb5cf29f04e4f8989b6 0.75 MB 990 23
343,405 343,405 0000000000000000001c1f40f01ad284430afd247520d0758cc1be193de33733 1.00 MB 1,438 22
343,404 343,404 00000000000000000d5341a80f5980ba43dc4250bb1aa0acd2f2f527938dc5e9 0.24 MB 615 36
343,403 343,403 000000000000000014b06880c936b816185dab159c7b75f60f44ccb2e6ebcf85 0.75 MB 1,854 34
343,402 343,402 000000000000000001ed9abe38b73eb0fbee0f3645ce73f77872d00c41b4518c 0.25 MB 744 35
343,401 343,401 000000000000000002491bc2f1d45d6af1ad1f4b1165f1fc4f1286773f09ead6 0.14 MB 512 51
343,400 343,400 0000000000000000056cf9bc07f119e89a78c828d060caa769c10985d872297f 0.54 MB 839 22
343,399 343,399 000000000000000014d23d87886a90cb03749eec3170a1877aaaec774ea669d9 0.34 MB 454 19
343,398 343,398 000000000000000014d805ce65885627c360768df81b59a5cb101ba40eb10c63 0.39 MB 377 16
343,397 343,397 00000000000000000c8943ff33f557a4c878c6ea1d17ed28b694b9c6f8f8fee6 0.63 MB 946 24
343,396 343,396 000000000000000003baee14445852134ddfb2a552bc3357a40a09ee5a1acca2 0.05 MB 53 16
343,395 343,395 000000000000000017d582f3b99be467a9a886a1cfac3ddd61434ac54bf97828 0.09 MB 161 27
343,394 343,394 000000000000000005ba17f7d0bfd4f99bd4d813b12d5205337b3e3e067fd73b 0.17 MB 203 20
343,393 343,393 00000000000000001372a379f9579ce36b843e9b616303a3166ddf3b183fe4e3 0.23 MB 279 19
343,392 343,392 000000000000000006a1ebe770a51ef479f3bc8aaef039f6098322be416fcfcf 0.10 MB 136 22
343,391 343,391 0000000000000000074a4b8bdcdc3a686b2fdb0bbf95489cdf3923b17f0788e3 0.12 MB 168 18
343,390 343,390 0000000000000000072fea04f2d715623a94294fdbeafd591681ecf4e27337ef 0.14 MB 178 22
343,389 343,389 0000000000000000182e38d8cb9383cd066b436b854b9edd165e81dc9bb4fc83 0.10 MB 91 4
343,388 343,388 000000000000000014a34c307c1e451bf5b5af72c2e579392b56bad0327f294d 0.06 MB 86 20
343,387 343,387 00000000000000000005cdb30441fa3885f992071f15c2992c3438920bd998c5 0.39 MB 685 23
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, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.