Memory Pool Memory Pool Refreshing

3,762 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (18,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,507 889,507 000000000000000000020125361506cd89f0863318d3b3239319d37eb5eae0b7 1.65 MB 3,477 2
889,506 889,506 0000000000000000000173c214ab2f9e09697968be96210d5ace14f72fcebd59 1.34 MB 2,046 9
889,505 889,505 00000000000000000000e542c9ad028957a94dc40f0427421f19ed8fa0c3983e 1.39 MB 2,052 9
889,504 889,504 00000000000000000001e1863adc951e620c720e6983ebcf45a641887c2634bb 1.75 MB 4,131 1
889,503 889,503 000000000000000000018275da802d2db180162a7e6252bf379f1dcfe086c514 1.52 MB 2,973 4
889,502 889,502 00000000000000000000acdfd584d086d7e2c8ed60a93a839e5c8b913c37350a 1.60 MB 4,164 24
889,501 889,501 00000000000000000001652cc32c9b43cd5e5d70f17cae55f9bb7249575754b8 1.58 MB 3,775 11
889,500 889,500 0000000000000000000008e2f0ee3ff79a35e96cb1194fc7a68378e4a4494dea 1.57 MB 3,921 7
889,499 889,499 00000000000000000001478d310926a452994ae4b7d9e6df3e7fc37c397da2bb 1.25 MB 1,733 4
889,498 889,498 000000000000000000021d3fabd49d753f0aa8223bed9cb206ceb6e15ca9fa68 1.39 MB 2,444 13
889,497 889,497 000000000000000000012f9b85fe12f0a47d051ce5a580002b8c4cb77ff6d47f 1.69 MB 3,241 5
889,496 889,496 00000000000000000000571af91f1d42f36659c8fd7567b14a35dc9f3cf8f3f2 1.90 MB 2,285 4
889,495 889,495 00000000000000000002712323ed4a06d3deadb4bd2998cbaf1aebd9be09146d 1.81 MB 5,199 5
889,494 889,494 000000000000000000006b529e6479a045ce745d7dbea01e251bdd1c23fbc4ce 2.03 MB 1,244 1
889,493 889,493 00000000000000000001d4486d3b386558c9cda2005c813f53ad339f184003b6 1.90 MB 677 1
889,492 889,492 00000000000000000000f8db46266b627173892b177f31bef96906a2134ee84c 1.71 MB 4,443 2
889,491 889,491 00000000000000000001e3dabf816d19ce475345bd64c1f51132096f391bb2d1 1.44 MB 2,648 8
889,490 889,490 00000000000000000000b4d49c6436db0b056019c2aa4d566e4ed723e64ffcbc 1.85 MB 5,022 2
889,489 889,489 000000000000000000017e5db95be3e4d4be75d2006b2a1bd2dd500137e4b6c7 1.75 MB 4,402 3
889,488 889,488 00000000000000000000e62be0aea97e512786032b078172f6c4d1c810017f98 1.75 MB 4,708 5
889,487 889,487 00000000000000000001b530d635b5ccbb8a684bedd3382a042c67984c4668b4 1.79 MB 4,974 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.