Memory Pool Memory Pool Refreshing

671 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,907 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (402,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,479 505,479 00000000000000000023b1efd8bad04729fa1460bf2fafeac264a42f9199288a 1.06 MB 1,137 82
505,478 505,478 000000000000000000024738f1834b84ab79026b90a3a8edb386ae57542ef64f 1.06 MB 1,914 248
505,477 505,477 0000000000000000000aeae04d4306d1d36bddbb6d2574a6489db89b439d1942 1.08 MB 482 71
505,476 505,476 0000000000000000007becba1463db7cdf33e9ec584ee36cef00d240514331bc 1.02 MB 529 130
505,475 505,475 00000000000000000025764f787dbc2bda59a722ffea9a4321f630d18f8ffeae 1.01 MB 209 110
505,474 505,474 0000000000000000007c109294be5891f97c476427e4e04e0f4482e2c6131cdc 1.02 MB 790 195
505,473 505,473 0000000000000000002bdfff5a90ef30693099ad4fa84674b27a83dcb378e95a 1.07 MB 671 144
505,472 505,472 0000000000000000005621f424f40f3eba2c78806723512a665325c39dbcf18e 1.08 MB 1,880 257
505,471 505,471 0000000000000000003c5a39a3c040c989bb3595b21241bb94b5c5c1c3d12900 1.03 MB 1,159 199
505,470 505,470 0000000000000000000821e2ecfae19c9e80dd242edd2c2745fe8b3eaa67b010 1.02 MB 708 143
505,469 505,469 0000000000000000002fb85b6c38fcbe26c7a2abf546f0c643e6187e5cce8507 1.00 MB 159 113
505,468 505,468 0000000000000000001a70d6a602bfd4ef9eda4feecc2bcac97e6a631f4badc3 1.03 MB 742 197
505,467 505,467 00000000000000000032bf965e7dbdd071848743a58452b33044c445ba99c7da 1.04 MB 1,194 228
505,466 505,466 00000000000000000030fa1f4fa51c944c9b2023e42277a76f1f598d02c40d4d 1.09 MB 2,021 259
505,465 505,465 0000000000000000003deaf2eff6d430f52d0e84f78a9c0dfde968a05a8d8364 1.01 MB 319 159
505,464 505,464 000000000000000000286d1fa27c6c23e3355016fbc582b09ef0d59986d7e75c 1.01 MB 703 135
505,463 505,463 00000000000000000038e28b790fa57981c21046d118c418edd447ec5f57a5df 1.04 MB 1,423 218
505,462 505,462 0000000000000000000c6e5a4c65f0abe52409835e2118fd798c174f5d1f5154 1.08 MB 2,553 311
505,461 505,461 00000000000000000024c0989c172d73a25d6c2e3408ecbbee3ffd445eb70c76 1.02 MB 999 192
505,460 505,460 0000000000000000004b67e7c575c09077df47ecf816b65314ee41f7128accb0 1.01 MB 205 129
505,459 505,459 00000000000000000015c7e0472543ae0e750f0d4e20a069ef91d012fbc3a10f 1.06 MB 977 194
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.82 GB sent, 94.77 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.