Memory Pool Memory Pool Refreshing

1,276 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (94,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,116 813,116 000000000000000000039bb3f204d822d72ee959e73d269d635784436acd7e4c 1.87 MB 2,536 8
813,115 813,115 000000000000000000025e020a2b5f04feabb1ee2fd0c5dddacf08532df4639b 1.73 MB 2,009 10
813,114 813,114 00000000000000000001a0868245a14b1e3ac97787bd22c22b4668d6d625dfb3 1.49 MB 1,571 11
813,113 813,113 00000000000000000003c0fbbaf5968fa5d906ce8b902c47c97345ac91cc5f2c 1.48 MB 2,242 15
813,112 813,112 00000000000000000003544ee1cb56cda89e19fd134bfacd1f4f7b8eb3445197 1.74 MB 1,748 7
813,111 813,111 0000000000000000000072fd24f49934a0ce590ce6bbb03e4bb46fec2b01cb74 1.62 MB 1,661 8
813,110 813,110 0000000000000000000357c5ed36e7d9fcd35c7cb455eb1bb3f745ad1dd96645 1.60 MB 2,363 13
813,109 813,109 00000000000000000000c90ffd201f8c57058be27d1a14899a056cb206440b1a 1.51 MB 1,373 11
813,108 813,108 00000000000000000003467a7f017502fbc1a4085312446d577443d18b0546e9 1.38 MB 2,296 19
813,107 813,107 0000000000000000000324bddc8b1ea7fa119a482f5aca9cca689d5db317241f 1.53 MB 3,098 26
813,106 813,106 00000000000000000000ac3c391ffd5dd63661c7588dbe8abfc2df87d2a893d5 1.31 MB 1,940 15
813,105 813,105 00000000000000000002f70ee5bfb13082756db260eb9ccf3067e58c9ff0e092 1.37 MB 1,917 15
813,104 813,104 0000000000000000000167de7e47e9e643cc088b6f0a5c9c5d63a414d6847aab 1.22 MB 1,400 11
813,103 813,103 00000000000000000001390cb2cd085b83ff8accef4fa635f3d4d8724ef24ef2 1.52 MB 3,326 24
813,102 813,102 000000000000000000041195a5a3f99ea00c3bb562481443cbb3b7d5692f9655 1.49 MB 2,603 16
813,101 813,101 0000000000000000000119d8f1fba81a500fd1d801fda5b836348e1e48542c7f 1.68 MB 2,893 17
813,100 813,100 00000000000000000000c599e7b7589d168228be5d166eb8496fceec55fe0cf0 2.00 MB 2,465 16
813,099 813,099 00000000000000000003453072ae9b73aebe93ebc409e0e682673b11e18faead 1.50 MB 2,334 16
813,098 813,098 0000000000000000000071fa74c0eaac7472f767a028db6fe0dc4ab4b4519dfd 1.60 MB 3,569 20
813,097 813,097 0000000000000000000270c9fdce7b17db64cca91f90106964b58e33a4d91089 1.59 MB 2,892 21
813,096 813,096 00000000000000000001bc2e0445acea8a37bf5631311a95f90c518068531151 1.52 MB 3,400 26
Previous 10 blocks ↓
Total Size: 769.14 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,631.93 GB sent, 93.59 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.