Memory Pool Memory Pool Refreshing

8,841 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (9,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,206 898,206 0000000000000000000172cd5e69042c6d583fff408e2aac13cd68f3ae96b4c1 3.29 MB 565 1
898,205 898,205 00000000000000000001f0c2e0789e61d21954a6f6c46ca243aca12adc461e90 1.71 MB 2,367 4
898,204 898,204 000000000000000000012ba66f213f4d24b093bfff9aa0ea1c81608bf3db94ed 1.44 MB 2,838 5
898,203 898,203 0000000000000000000048a42ca9c7b9198b6c38b59a03e8ffc8dc85b2ab7b60 3.63 MB 306 1
898,202 898,202 000000000000000000012af7badba9cc861ac992e73fd95b5a6b957c7722fb99 2.03 MB 2,502 3
898,201 898,201 00000000000000000001ecab27ee56d5643b36daa3d0c4f93d9429d4d19daa55 1.56 MB 3,679 5
898,200 898,200 00000000000000000000e12189e889219c3a2f0ee411b0538426dd6b01dd5092 2.70 MB 1,359 2
898,199 898,199 00000000000000000002217c98091c0c578068c18f69dc60fa511f5c35fe3afb 2.61 MB 1,308 2
898,198 898,198 0000000000000000000196aff8bd843680fc4ed2bad28927c1076043ac47f9b1 1.99 MB 3,023 4
898,197 898,197 00000000000000000001ce2e55fcac19e9494cabdb1790ba8441d2919a73d339 3.22 MB 1,078 1
898,196 898,196 00000000000000000000345e7e40a3a5d4f1d0545c8183bc8148b0666ce7e0ea 2.08 MB 2,685 5
898,195 898,195 00000000000000000001d2411d93048b3a6f74377050b4e856740067f0aed1bb 2.02 MB 2,425 3
898,194 898,194 000000000000000000017062d57d1e8a67f0a6098297655df9cdc79114b6eacc 2.41 MB 897 1
898,193 898,193 000000000000000000021500a62e2c178c0603c142723df4f7ebd1277c1e7c2e 2.10 MB 627 2
898,192 898,192 000000000000000000017e64d5f47dca89ce59c82f21c334963070237b043911 2.13 MB 1,580 4
898,191 898,191 0000000000000000000153e35729caaa4c02b52ff49e74dcaa6f8a654579eaf7 2.16 MB 705 2
898,190 898,190 00000000000000000000b59647fe93d38eaa046502480d2bc0bd53347fe0c4cf 1.88 MB 1,414 2
898,189 898,189 0000000000000000000147300842d33bf1e043102f861b8504d68570f7198d7c 1.77 MB 2,408 4
898,188 898,188 00000000000000000000cbe9d9f4a72ac5a6087a754e44e110a7e69ef5e1f115 2.39 MB 885 1
898,187 898,187 0000000000000000000131d352c5b4b84dd682010f1f43c5168decb4d72d3f91 2.13 MB 2,404 3
898,186 898,186 00000000000000000001178a5701f3d9f6f41adbeaf53d60478365a79808cdab 2.08 MB 2,086 2
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.