Memory Pool Memory Pool Refreshing

5,031 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,124 (789,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,120 119,120 0000000000005f0084f4c4b7a42daa8c0ecfb37a818091aa2b022337079a0a38 0.00 MB 5 0
119,119 119,119 000000000000b16f773a613409f6427b28ec6cd325ec2810be795ffca0d996f6 0.00 MB 10 0
119,118 119,118 000000000000623ed9e2a812b94dc7c57e5e0fa040db4eabc92f981c23786964 0.00 MB 2 0
119,117 119,117 000000000000a44d3608916213b081e96aa191a0bb68f54833c2b72c1fa27dae 0.00 MB 10 1,233
119,116 119,116 0000000000004b7eba62c397cff8cea6694b279989ae2494c3e1729e25ec3340 0.02 MB 82 92
119,115 119,115 00000000000054324203467fd764e07ee4633fa6d195dd31d9d303d2961eccae 0.00 MB 12 356
119,114 119,114 000000000000730da0bf3533021c5b03884e6cd49701de7395cf012ce3575cee 0.00 MB 12 0
119,113 119,113 0000000000001904bbd3dc1807718a1e92e36752fb0a0cd1aa2d0c8742f95ab0 0.00 MB 10 361
119,112 119,112 0000000000002b7062bd2fc8deec25eadd17a11545a14296b04836ffbba74ad3 0.00 MB 10 0
119,111 119,111 0000000000008cc7817dcbfc514f0ab3ccca36fbdc62f7f4560a3e28bd05b886 0.00 MB 11 0
119,110 119,110 0000000000003118ee5a1baa8afdbccb9f13d8738a5179e26ebde45a1377356d 0.00 MB 11 631
119,109 119,109 0000000000001c51be6f809badcae730af5be33869b4bb0d9fb3afe97e997cf3 0.01 MB 7 757
119,108 119,108 0000000000000230fd6209232590c1413193f71c6feff2013eceeaf4644d8e0b 0.00 MB 10 0
119,107 119,107 000000000000947da415846dda99648662c2fd438be07dcf48c772a94c45096c 0.00 MB 13 861
119,106 119,106 0000000000002f56819d05796f8e7019a50a9a4ad39c61d7b8254421be6d03e6 0.00 MB 1 0
119,105 119,105 00000000000059db9c01c260313a6267b979d09e695a385a0210f64706b738d9 0.00 MB 6 1,533
119,104 119,104 0000000000003fb5355120da2fea387309eab577aaea86ee690b3e8a210977f0 0.00 MB 13 341
119,103 119,103 00000000000028bcdf6da366d6dde078b8138f32c19dd2c682a3d0ad5f549e7c 0.01 MB 32 264
119,102 119,102 00000000000012101a4e367634fafd711c113033b13a5476011f356b474dd45f 0.00 MB 2 0
119,101 119,101 0000000000008b162afa33a337402eb94673083ef4a3db2d8cd7d16f834a29f9 0.05 MB 186 61
119,100 119,100 0000000000007dfd609b7ff123110414cc81c2f868cfbd0d4b17b8d73617a2c7 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 769.78 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,679.94 GB sent, 96.79 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.