Memory Pool Memory Pool Refreshing

547 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (166,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
741,112 741,112 0000000000000000000256d77fdcddf7812bceee989834a6a07fa44bd9d39364 1.73 MB 1,516 10
741,111 741,111 00000000000000000008846722be80f2792a43339972a5ef30925ebfbcbef3dc 1.60 MB 1,984 15
741,110 741,110 00000000000000000003d714ae370cdd8d3339e20812e8242f382493da42fc90 1.64 MB 2,339 10
741,109 741,109 00000000000000000001ec6b64a07b00c3d39870d6ad809b073f7d31900d8834 1.46 MB 2,720 26
741,108 741,108 00000000000000000009101ba62284fbd38ada344b2b386064f7b8f892176bdc 1.54 MB 1,935 8
741,107 741,107 000000000000000000018b6b1eb0ab6aef12366432d4a8fc01d340976f78f0d7 1.55 MB 2,233 21
741,106 741,106 00000000000000000001dd64dde6577c4620a8ba8b9e044ce9045db1e874b91e 1.42 MB 3,045 29
741,105 741,105 0000000000000000000862feb53e1f0f949fc8398f85aa118b3782ebcf95b7c3 1.54 MB 2,536 25
741,104 741,104 000000000000000000001adcb9d598fde177191444a796c53f188cd81ddaeba0 0.52 MB 396 6
741,103 741,103 00000000000000000006c868e58b9155d0a0e4c668676ed498129cd273fa2920 1.48 MB 2,837 20
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.