Memory Pool Memory Pool Refreshing

152 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 146 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (754,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,018 153,018 0000000000000340722e9e673120cd3a0706fbc57657bb933d91a8f7f7407a66 0.00 MB 7 0
153,017 153,017 00000000000004306d1f1ff9b4bee8b60f169b78011cfecc7ac3f686c6ee717c 0.01 MB 28 10
153,016 153,016 0000000000000aa62410b9bce6900be439bc6162247503edb087e7b173ddec5a 0.02 MB 72 42
153,015 153,015 00000000000004d8803de05b80fb9ccf3a8833ed5d289e4ccc6efe85da2350ae 0.01 MB 20 225
153,014 153,014 00000000000005e38d4af89a2ce31352f2ef6c72b065845dc9425eba7d9ecb22 0.01 MB 18 303
153,013 153,013 000000000000011e5efdf983de26a37465691ea3a994f806ec23ce69a9dcd02a 0.02 MB 39 110
153,012 153,012 0000000000000640dd32c57bbda456631968a2d57ccc3d40190c767ab2ce7e99 0.01 MB 18 61
153,011 153,011 00000000000000f47787a737d09149df425f41159432f1fff0b581f9f33e1781 0.04 MB 66 201
153,010 153,010 0000000000000b022c59cb611af1f023a26b3860121c08432a76fef545414703 0.03 MB 46 38
153,009 153,009 00000000000006a522be3e9dfdc5017288c1b0319cb474db8472d2866219a909 0.00 MB 10 31
153,008 153,008 0000000000000b4c5cf641dab00bba83846c80d8ef28c09e670ac9bf42259dc3 0.01 MB 32 10
153,007 153,007 000000000000068ac0a4e4c002c89e3d753e5d6d834a62665c125098e82dc154 0.01 MB 37 23
153,006 153,006 0000000000000ca96d87e7256e7ee31dd33d36388db616aa99b251e1e926ecbd 0.00 MB 3 0
153,005 153,005 000000000000033830738b0819dae2ac99b4f5f7cb82c1b5cc805c0960b037b9 0.00 MB 8 412
153,004 153,004 0000000000000a72360b84a9b2460b8f0371fe5e0c1bc8055ba50f6fd250dcf4 0.00 MB 12 0
153,003 153,003 0000000000000987be65e6200a5aa15f8748a06bf7b44ff0f49f3e83e42f8eff 0.01 MB 15 34
153,002 153,002 00000000000008769f03ca571914608e4e916a8abce4c9e8497ff51ca0d898e0 0.00 MB 10 619
153,001 153,001 00000000000003493e4a221c3ea865c9a195b7f03f1dba87a2f28f67ec78ec63 0.00 MB 12 20
153,000 153,000 0000000000000bc97a18a07ee50430131ff934a09e550424ad85726ac42c7ab8 0.00 MB 2 0
152,999 152,999 00000000000000636078c68a4e3fec5b46f5a43da6a2d411770b9a7cc08d33fd 0.01 MB 21 72
152,998 152,998 00000000000000e382f10037c98925b8b93e6f389f593d03973d4f4b0115df67 0.04 MB 102 198
Previous 10 blocks ↓
Total Size: 769.09 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,628.47 GB sent, 93.37 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.