Memory Pool Memory Pool Refreshing

3,974 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (888,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,823 19,823 00000000d885fb730e42a50c4d9302c9420b9616dba8a2c0d152369d98b17166 0.00 MB 1 0
19,822 19,822 000000006c9441717dffb24de7da623f7d3d7a7889a3cbac11925ce5ca740d0f 0.00 MB 1 0
19,821 19,821 000000001e0768d04fe085b3ec6ba611fbaffbcf8cf624fe2309ad6b5d4ccb25 0.00 MB 1 0
19,820 19,820 0000000002e9eb7c5ca85a2e96db1926c205df56565e61c65dc27c2061e69479 0.00 MB 1 0
19,819 19,819 00000000e7cd43b8f7b17a255ae4f6e5d45fa288f7a9c5bf1065e28934662013 0.00 MB 1 0
19,818 19,818 0000000098bdb3059cefe21b071d1384de81c8fba1397d930bc1a409d85f0fb1 0.00 MB 1 0
19,817 19,817 00000000cbe8a0757d01fabfd35b25f0a80acd408e5befb093a634988bccbc64 0.00 MB 1 0
19,816 19,816 0000000043251b96557c2ead86203a96fe50375543a61a9b2bbaf1a64b2c6b25 0.00 MB 1 0
19,815 19,815 000000006476530bd72f6ba77278ae574b106456ee3cf3a7db4efb9999c706f5 0.00 MB 1 0
19,814 19,814 00000000a1ab7d26c8eb455080ac3ab5de54be18e845155a1a9e9f18113f178f 0.00 MB 1 0
19,813 19,813 000000002b968e6f563a08767cbe3e107f818dd78aabe32fe7af2dc0bf0f5f78 0.00 MB 1 0
19,812 19,812 00000000fcd4254bacc434b2e3c775057140f6e8ff587f2a892e4959f6466f3a 0.00 MB 1 0
19,811 19,811 00000000177894aa2b3120867004d9ddcf29b436c0619aceb1a6999687493261 0.00 MB 1 0
19,810 19,810 000000000e29d3cf6e2f510f226e6ab64cefb383da6a649a76f6828c616e6f04 0.00 MB 1 0
19,809 19,809 00000000b5f6f2224e495627e797c80c136c0bc59f8268382c4703fc7501872f 0.00 MB 1 0
19,808 19,808 00000000faa04c016a966823f347ed4578aceee34f86805305596dd96f81b04d 0.00 MB 1 0
19,807 19,807 000000000ded99012d6275672ebdb8e69847637a49449225bc7f6812f79829c0 0.00 MB 1 0
19,806 19,806 00000000abcb80469c3d3c1f77df85f261238d95acd61438b98cfc28fbe0ca79 0.00 MB 1 0
19,805 19,805 00000000d5c71184935f0d340a10944aa185934f525822dc2ae3620a0eba19a9 0.00 MB 1 0
19,804 19,804 000000002f495feefdd93f74b7a68efa38efb9013a0706e3f147cb8ded1f3668 0.00 MB 1 0
19,803 19,803 00000000c61a4cad6dd2925da26933330dd773c92b5e1d72bd420eb3ee481be4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.