Memory Pool Memory Pool Refreshing

3,570 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,486 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (550,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,210 357,210 000000000000000003373190b8281d033793e00aadcf4e25131fe0bb253bccaa 0.25 MB 446 23
357,209 357,209 000000000000000002884e8a7782394ea82cc69d962fceec19796cf092ae634b 0.21 MB 365 21
357,208 357,208 0000000000000000123d701a6d44103cef85215ae46e59b76653183e1c493656 0.19 MB 372 22
357,207 357,207 00000000000000000e16ef0e6a4a04b0f0b85558b5553ca31b030f1cc41f005f 0.16 MB 292 22
357,206 357,206 00000000000000001338934a5b62a8ba97f31155833c1d3f8b57e976fc47e658 0.18 MB 348 21
357,205 357,205 000000000000000005f6d469c61db69ec519a6596aab4efa338e19756df709c8 0.67 MB 965 20
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
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.