Memory Pool Memory Pool Refreshing

10,091 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (166,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,133 741,133 00000000000000000001b3ad0d17b84f7af0d65c9112c5199e9633870169fe46 1.44 MB 2,771 25
741,132 741,132 000000000000000000016f0cd5f320b992913b5a2405106efb8254ee119e6e65 1.56 MB 3,045 33
741,131 741,131 000000000000000000054c2416a6aeb098496a89c19a3ca35b16470572de2f68 0.61 MB 925 17
741,130 741,130 0000000000000000000676742fc6bd54fc66ee466703ea71352963e140e9ee01 1.64 MB 1,180 7
741,129 741,129 0000000000000000000082c77b2189fc599ca1228a91d33316ba9f7f0cc4d29f 1.65 MB 2,515 9
741,128 741,128 0000000000000000000431ac98a0f7bcf0bb73390a98eb9573c770a2f9b179e5 1.44 MB 1,747 14
741,127 741,127 00000000000000000005dd21eee5ccf2b239de1beee095eac02c4bd3c70048c8 1.44 MB 2,570 27
741,126 741,126 0000000000000000000379e66de1836bdece691eb8c143ad71e29ecc0819ac62 1.57 MB 1,842 14
741,125 741,125 000000000000000000018fea532ab76d842df9781246af28d86930fcd0f8a0ba 1.45 MB 2,973 20
741,124 741,124 00000000000000000003691fe7efa85822324ebffd1ff6df930b132d6b568d38 1.39 MB 2,170 33
741,123 741,123 00000000000000000006b8556c7448f926dbba2cd1e3ed4a5c5820894c9a835c 1.45 MB 2,504 28
741,122 741,122 0000000000000000000368acc47c1dba5ab49a932ddb859e33624ca9bda35112 0.73 MB 997 12
741,121 741,121 000000000000000000064867257aff119c9b8915e83228ee18e1a9db83f01d53 1.68 MB 1,278 2
741,120 741,120 0000000000000000000516b2eae70506c0715eebe7a3dc4130764514a57171cb 1.54 MB 2,175 17
741,119 741,119 0000000000000000000004ae908a2bac27934dcbd753fa0c10301eb8535f887d 1.19 MB 1,285 16
741,118 741,118 0000000000000000000405cde94f6baa6b7dddbbaba7c306eb4c38df3ebb4942 1.36 MB 2,439 22
741,117 741,117 000000000000000000033aa0d472b8971aa4299d12d0dde739ace32d341edf6a 1.26 MB 1,857 28
741,116 741,116 00000000000000000009119a5aadbfab06f69ba42a96b4c3c08f523d5f1453f7 0.87 MB 1,645 16
741,115 741,115 00000000000000000004e57c5a20ea67c4c5871baeb53f2d10a07ee33a5b1bf4 0.22 MB 527 20
741,114 741,114 000000000000000000021a2d71bcef1fda3498418b535a25b40dbf49cf8b423a 0.74 MB 1,123 20
741,113 741,113 000000000000000000050d5ad8f3fc5e0d794831aba23ea6c9bcc996dc091bd0 0.17 MB 343 19
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.