Memory Pool Memory Pool Refreshing

7,838 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (78,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,106 829,106 0000000000000000000200c7f4113e0da7c299e1bc24669d87cfbb266741e7b5 1.62 MB 2,317 36
829,105 829,105 00000000000000000000ba2a12704b59271150528836c76e11bb5d4e7dc4c2bf 1.57 MB 3,038 39
829,104 829,104 00000000000000000002c8a62f1b9f485ddb29892a9a0ace66dceef68a68f328 1.58 MB 2,680 104
829,103 829,103 00000000000000000002704c17229558651bd3fd8f598d55e59b9b924b5e53b0 1.25 MB 1,099 33
829,102 829,102 00000000000000000000fe94e244e5bb08a38737feb3eecf7e5204aea669851f 1.53 MB 2,070 43
829,101 829,101 000000000000000000026ff1398ceec721049d531c61ac4814de6b4ebf27f531 1.60 MB 2,349 27
829,100 829,100 00000000000000000003975faf4e009f29ab4f90e86ac9abbafab3c613111752 1.55 MB 2,876 38
829,099 829,099 00000000000000000002e9802feeff2ff3bb387982bdbfa861c9711ee1937d24 1.55 MB 3,188 82
829,098 829,098 00000000000000000001d76da2f93de3d4ff289bc098c09ba76f3b4655e3bf91 1.57 MB 3,214 80
829,097 829,097 00000000000000000002180fa178eda5b1dff328b88d69f1a52b11b3b9619685 1.63 MB 2,692 46
829,096 829,096 00000000000000000002e88de58b303ae865f499d751ddb72c3656c47cf2fc24 1.71 MB 2,467 36
829,095 829,095 0000000000000000000208938f358531359aba52b9fb56085e3004d77282259b 1.55 MB 2,447 46
829,094 829,094 0000000000000000000154000651aae8d40919725a137416b63b4905c2a44c42 1.58 MB 3,363 82
829,093 829,093 000000000000000000005dc484cec85b2c043f46ea81c6a63b821aefef492e89 1.68 MB 2,284 67
829,092 829,092 00000000000000000002f74f7cb4674a7d2bcf4f60cca5fda2bd1df347c245ed 1.02 MB 232 23
829,091 829,091 000000000000000000014b8dc030837f39792d5e93dc9169632f488c4968d669 1.26 MB 1,242 34
829,090 829,090 00000000000000000003375b38bc5640ae02d7e8f9394b36afb1152c438fcc3a 1.28 MB 1,300 33
829,089 829,089 00000000000000000003548adf6b8b1129f4af8440ed7bc46b13dd6535ac1b20 1.15 MB 301 25
829,088 829,088 00000000000000000001e39149129dd2068a1b46babb310b1b5f8217588ba243 1.32 MB 995 37
829,087 829,087 00000000000000000000b2c5d5fe62433bcb2ff60903b474cb850f51c3b1e694 1.09 MB 654 27
829,086 829,086 00000000000000000000dc8f4a6ea9f3b73b9ae409bc68962bbcd0eabb6447b3 1.21 MB 502 27
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.