Memory Pool Memory Pool Refreshing

9,270 transactions
2.93 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
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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,102 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (633,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,331 274,331 0000000000000000e4cfba042b2ada83d5fb1308fdfc79069d6bb0db305711db 0.25 MB 743 71
274,330 274,330 0000000000000001a2b8f5b0c59ea14a2c4ac25f0e3cbaf9bbe4fed097f2c244 0.10 MB 203 40
274,329 274,329 0000000000000000d876bd6d74f6728e17c0de1e15d68b251f90bc1bfcef73e7 0.02 MB 53 50
274,328 274,328 00000000000000029b7154f9b898c68a280465b26cbef43a5ca6143322d87766 0.04 MB 100 52
274,327 274,327 00000000000000006bb32a81efb7adeefb11f3663a27202e283b5513cf78afb8 0.09 MB 92 16
274,326 274,326 0000000000000000d6535ce59cbe8a2766841223038a9c6ea29da3ba5878b6df 0.25 MB 532 42
274,325 274,325 0000000000000002c796502084a051932d43ecc73b40208d2ad4a480192e98d6 0.25 MB 769 88
274,324 274,324 00000000000000024f57cfd651ec51fdfa5de2b5ea2863d000cf0e5136d28cc8 0.25 MB 556 52
274,323 274,323 0000000000000003b34371cd8f907b348924f7602d225b950a4b7349775a69d2 0.02 MB 45 14
274,322 274,322 000000000000000015bc5046cf289b0307c1f748ed9fc230b7a93a67f09ea8d9 0.10 MB 245 51
274,321 274,321 0000000000000003dfb3eaeab154bc35396957cb6495ebc1dabe9d1814392259 0.21 MB 379 52
274,320 274,320 000000000000000277db6dffef0a3d798640bc67eda06ea8c055b3f46d0c2699 0.25 MB 587 52
274,319 274,319 00000000000000039a2145ebf64abb4cf476c42e2d289cb0a569f5d212fbf951 0.16 MB 357 53
274,318 274,318 00000000000000036a405c63c6f06354538446bf1174dfaeed8d28071b96065a 0.13 MB 270 50
274,317 274,317 00000000000000021ca44463b54a7f3d97e7f22e33e33ecf44aa1b8570c2026f 0.13 MB 165 21
274,316 274,316 00000000000000022c40a4b97122cc086ac852ff322622483cb7f07565233293 0.25 MB 565 53
274,315 274,315 000000000000000342f48265caa3cc51dcebe954d88bc4fd04c8da1bdfe72786 0.28 MB 609 47
274,314 274,314 0000000000000002c822749eb7d057954d2b6bbb6141eff4e4e1ae04e2f250e4 0.25 MB 470 59
274,313 274,313 000000000000000257dc317990a4a4ef7efdd56341395e867f8170e05c908000 0.08 MB 137 42
274,312 274,312 0000000000000002fcca85bef6b1106f9c06b2fe195127c3144c1c7cf5416d19 0.16 MB 295 23
274,311 274,311 00000000000000029af60a33ced45e432df60535920bcfe0cc7ba5ffcdd2e18d 0.25 MB 715 76
Previous 10 blocks ↓
Total Size: 768.93 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,612.13 GB sent, 92.47 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.