Memory Pool Memory Pool Refreshing

12,763 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (550,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,204 357,204 00000000000000000f5b77927604f340003ee1d8a7b82e3d2cb58da6f9488e30 0.24 MB 461 19
357,203 357,203 00000000000000000028e84d04f9c8adbbee8720ceb0e52ac8a2b456a7f19196 0.75 MB 1,525 28
357,202 357,202 00000000000000000312eabf1a8dc473379a289f63a9df34a7f18f9267cebcac 0.61 MB 813 16
357,201 357,201 0000000000000000003df816ed67d564a9da6bc9968c13101a3e7369fb3c47f3 1.00 MB 1,936 26
357,200 357,200 00000000000000000921399e10ab27ac7901b579b645abc845a466e014d0234e 0.29 MB 571 26
357,199 357,199 0000000000000000079ea2aa512449a630e7a641a44990568eed8c07b2553863 0.66 MB 1,379 26
357,198 357,198 000000000000000001a171f71576acfebbd5cc595527d2b877a7010509fa38a2 0.24 MB 454 23
357,197 357,197 0000000000000000047617d16d6745006ea7e65aef169efaf8abe434eb15c8ef 0.46 MB 983 24
357,196 357,196 0000000000000000004b07c2ead17d647259e349a233bda9475ae494cc4c687b 0.21 MB 272 18
357,195 357,195 00000000000000000deec4dd03f469a43cdb4b47be991886debe50ea3f57143d 0.75 MB 1,715 32
357,194 357,194 00000000000000000e611f3750d0b8955f158157d437b3156f9992e298fb00a5 0.32 MB 608 27
357,193 357,193 00000000000000000bfd3271bebc79ca17153353c9934d7eaf1128929edaa14b 0.45 MB 673 22
357,192 357,192 0000000000000000162422321d2b8addcd9ba0beb2e75df78332555eb48696f5 0.72 MB 1,299 25
357,191 357,191 0000000000000000066dee25e172d0e31408b25a59354d232d10b6793e42a7d7 0.62 MB 1,155 21
357,190 357,190 00000000000000000f7f7126b10999f00481d2d862531df4ef50d9cac226de8b 0.75 MB 740 14
357,189 357,189 00000000000000000b1867bff801b7da7beb6ba470e1478ced7ae912553bfb79 1.00 MB 921 16
357,188 357,188 00000000000000000979d01f3ee7b076936ef4e8da6af3a3fd15468190b9e170 0.75 MB 2,120 40
357,187 357,187 00000000000000000f99d9d7602d6cd1aece5ff038ea89807c986462f30bf021 0.75 MB 2,271 43
357,186 357,186 00000000000000000cc275f19b84e9abe8b802b515d376f0a6679d3f06956458 0.24 MB 490 29
357,185 357,185 000000000000000000468e3b2e35631315cc83c6a6ee0918380b0bc3db95583f 0.21 MB 324 23
357,184 357,184 000000000000000008dca4b332146e117c673ed333d99e00100e48ba2c54a8e3 0.29 MB 595 29
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.