Memory Pool Memory Pool Refreshing

826 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
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (9,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,106 898,106 0000000000000000000048954ebfdba6f5783058312146d77bf441b9f7ebb775 1.54 MB 3,325 4
898,105 898,105 00000000000000000001f7aba73cdd216e900f2a4014689a4d189bb60eb78562 1.76 MB 3,578 3
898,104 898,104 000000000000000000023708e9fa1e7ebaa6ae0b827ed92854d3435fc6fcf8cc 1.75 MB 3,780 3
898,103 898,103 0000000000000000000028d65d7b134024af89e4629bdd3afdead16ad39d019e 1.65 MB 3,673 4
898,102 898,102 000000000000000000000f292b6b762019b8ede09f2a7924647e12e9e7fd720e 1.66 MB 3,707 3
898,101 898,101 000000000000000000015cde1178e26ffbe7a21c89c71cc490e50020a2e92855 1.67 MB 2,476 2
898,100 898,100 00000000000000000002304747f25173b396457347d2ea8d62a1c01d8cd38d97 1.81 MB 4,625 2
898,099 898,099 00000000000000000001437bfd0deb3c46b415537ae77a51092af21ee118e709 1.68 MB 3,081 2
898,098 898,098 0000000000000000000100acc1726899398689b839f2386a937f8f8aa08e092e 1.55 MB 3,080 4
898,097 898,097 0000000000000000000100f8adae259b94c2e466980b8a44a99bf3620b477ed6 3.59 MB 793 1
898,096 898,096 00000000000000000001b0241d99db13060fcdf6f835d00ea9fea96f0ebcc863 2.28 MB 3,699 1
898,095 898,095 00000000000000000001b183127ecbff0fe6123b8554f70ab459cbe4baaefb78 1.69 MB 4,253 2
898,094 898,094 00000000000000000000de60d2ca65d195ffd2c05cb3cc0355ef60b34e0c9e17 2.37 MB 2,016 1
898,093 898,093 00000000000000000000692a7a1de242f6314f18ecee9340407f832325fa6925 1.63 MB 3,612 2
898,092 898,092 000000000000000000003c0203d5f11cc263ad1a821e9217f94cffcc4a0b6907 1.71 MB 4,611 1
898,091 898,091 000000000000000000009a3d8496c72e4a278ec85d161277a1a33f4fbc65c30a 1.79 MB 3,829 2
898,090 898,090 00000000000000000001211132ab4492d571a876e9dfa62a4a4e08eff558e245 1.62 MB 3,327 2
898,089 898,089 00000000000000000001f6441843fb48133988b978c3d1f58e508d89aac8e396 1.61 MB 3,410 2
898,088 898,088 0000000000000000000067932f13553ba5ca2b741e68c1b35edb004bdb9bda39 1.69 MB 4,128 2
898,087 898,087 00000000000000000000bf4697b10bf202839dd3d465bd4988bec23020c7ad22 1.80 MB 3,280 1
898,086 898,086 00000000000000000001bd91b290d3e51df2c6212005d09e789b75834a04dffa 1.69 MB 3,056 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.