Memory Pool Memory Pool Refreshing

5,517 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (556,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,317 351,317 00000000000000000559aeb5613236795c7d3978a225eb59727fa57e2d248490 0.33 MB 733 30
351,316 351,316 00000000000000000085107ddda64b084854bd7682e014c95e2b72e7a074bc12 0.07 MB 149 30
351,315 351,315 000000000000000010d7e8fe4aa3f4be25d5c3e934e13eb6e46fbc7b9eaa9817 0.44 MB 931 29
351,314 351,314 0000000000000000006a0b3e9c8cb599078c3faeb9a2fe748df5cb5e7b4f7222 0.60 MB 1,332 30
351,313 351,313 000000000000000015af1a25f365325826990902eef0c115ef494896f8c30efd 0.00 MB 1 0
351,312 351,312 00000000000000000d7e55c507ba1b82ffdf3bfdbb1c32713be5df6093ed36c5 0.41 MB 729 21
351,311 351,311 00000000000000000d3f6473fbb97206d58f878001c1315c2847225b89be4712 0.75 MB 1,056 23
351,310 351,310 00000000000000000a5c63bf948ed77bfc5c2fdeb33396c086814ed86dbc3d30 0.75 MB 2,117 40
351,309 351,309 0000000000000000161926de0d4b8664cbe25949c9c06c16f74344c8f779172c 0.08 MB 218 21
351,308 351,308 000000000000000010f1f8e0a2b68ac94c664c3788b229dc70d3149f202e928e 0.30 MB 630 29
351,307 351,307 00000000000000000031e69bd1a8781af39df47a18cfccc43e8c7632afc8c68b 0.68 MB 1,490 33
351,306 351,306 000000000000000008a3389956c55cef2a403823d56e14fcc619a2e0e251f97d 0.10 MB 107 17
351,305 351,305 000000000000000005db586cac6dc66a358b61d847366e25081b7ab4ca5a68e6 0.13 MB 335 41
351,304 351,304 00000000000000000d83a18cb3ed4713ba4c5c6787a18c1aec30d4a3bec76c83 0.15 MB 243 25
351,303 351,303 00000000000000000f998caeca05b37f67d01ab2773bcad741ab51b3415075c2 0.50 MB 886 22
351,302 351,302 0000000000000000129c71abf677d305b6f37a51f55d0002e802f8f9f5903ed3 0.75 MB 1,548 30
351,301 351,301 000000000000000001a16935045d486aafb67add2e914b5a115f3f2fe6d92a40 0.37 MB 651 25
351,300 351,300 0000000000000000038aacd6fa10f0ee47956337238a5920b637b6096a29a846 0.54 MB 828 23
351,299 351,299 0000000000000000125158562b50be8d46006a4ba1b4049d268ea173b1e0334b 0.75 MB 1,829 38
351,298 351,298 000000000000000000eb0e5fbdf520fe1ef113aa91873ae77458b2abf16ec39b 0.50 MB 900 26
351,297 351,297 0000000000000000034b8b9394e154c289638a344fc47fdd3f1e52b5523b3959 0.21 MB 392 28
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.