Memory Pool Memory Pool Refreshing

1,211 transactions
0.34 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (888,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,828 19,828 000000007609c970cb3de17fe04a5b58580f17080ff928b6d9f6d41c02f2cbdf 0.00 MB 1 0
19,827 19,827 0000000075531732a7d782eea2d28a41e565365b4e24420c551d866763b7face 0.00 MB 1 0
19,826 19,826 0000000037f72cfae01f3c31501de2ca334a005654b4411e11be1f2ec8b28fad 0.00 MB 1 0
19,825 19,825 0000000040495c2d2da4cbb4d88ad5234a6b4c086b4ac50b433ec7148d20d849 0.00 MB 1 0
19,824 19,824 0000000003b61d396c2b8982cedec7b60ffe03fdeb46cc5fd64f4a2be411a38d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.