Memory Pool Memory Pool Refreshing

7,896 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (24,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,223 883,223 00000000000000000001e3d29b7fa91b363f1e0b9bab16275d18fd7130c901dd 1.88 MB 423 1
883,222 883,222 000000000000000000024d54dfc2acfa46df8a0d81faa555ffb0ee3eca6eb83a 2.01 MB 652 1
883,221 883,221 00000000000000000000e7147d1a401eb3b4b7355bfa59415e0adce3141d5c56 1.88 MB 2,537 2
883,220 883,220 000000000000000000003a7eb230012ccc39950836f817d46b3490ab728ded7b 1.51 MB 3,521 5
883,219 883,219 0000000000000000000267aabe6aa85c73072c0e438e416816c37978062941cf 2.05 MB 823 1
883,218 883,218 00000000000000000001360649420fb7c222bff89148ed7f0f86d1b28f5024f9 1.60 MB 3,555 4
883,217 883,217 0000000000000000000179042cc642eee78c26e71185d10a006ebd50b01cd317 1.90 MB 616 1
883,216 883,216 00000000000000000001f34e73018d1c2a47f9ea8833f4b865d663396cd9ddd1 2.03 MB 1,427 1
883,215 883,215 000000000000000000019647715cb351acfdc69fad2d504ed62a51be1e595f57 1.67 MB 2,148 2
883,214 883,214 00000000000000000000b89cd013d1f759fcafb8ef2553aedb2c065025a8be1c 1.65 MB 1,554 1
883,213 883,213 00000000000000000001abedd7896e7a33301ee06c158f989dc19cd7ceeb510c 1.64 MB 3,139 4
883,212 883,212 000000000000000000005ce561344e6cb015d308372b3f79c5924332e94c0eea 1.58 MB 3,819 6
883,211 883,211 00000000000000000000aa7507765c17a87a2789863dc884fb35e71a10440584 1.92 MB 1,269 1
883,210 883,210 00000000000000000001ee14d13d5506683e57acf5b67854f84db110bdd5751c 1.72 MB 3,566 3
883,209 883,209 0000000000000000000156f743516d6bece70138386530b341c68ff1dae34054 1.57 MB 3,705 7
883,208 883,208 00000000000000000001a891385eeec401c59f8a961ff2630ffbf580487ea883 1.62 MB 4,934 2
883,207 883,207 000000000000000000015a263cdaa9a4e0dd19e04757610a7986fb6f6c898cd4 1.95 MB 3,908 2
883,206 883,206 0000000000000000000057340ca023af7c9f2cab31fc1072bd5a05c025872537 1.70 MB 3,312 4
883,205 883,205 0000000000000000000122a0b613259888ab650a6235ac2dccbe62860ca45fb5 1.73 MB 3,745 3
883,204 883,204 0000000000000000000002abb04767d1556b04140c41d6815448d873720e4009 1.62 MB 3,723 6
883,203 883,203 000000000000000000007d9c3a66f60212015e70905c393acd5056a977e10922 1.68 MB 4,000 4
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.