Memory Pool Memory Pool Refreshing

767 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 761 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (851,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,573 56,573 000000000514bd4dc1f3fdac5f413e0163722efa2cbafdb6647b1afc725c0297 0.00 MB 1 0
56,572 56,572 00000000050c210cfed1188acf67da3a43f76cc16b3008785e87857ffb6666ab 0.00 MB 1 0
56,571 56,571 000000001054cca24a8c2037a01d1c94692dca7c12a5c5beedb1063a4ba6ab53 0.00 MB 1 0
56,570 56,570 00000000126f77d8a28524090dc0018e0038ee05c099f5190869f2abe65f9a32 0.00 MB 1 0
56,569 56,569 0000000015678624e30cfbb5d78f9fabee074fe0909ed9b8766a1856efa89257 0.00 MB 1 0
56,568 56,568 0000000011acb52f09c6f2d81c1270d49ea242810898a1e5bd19a893d532f078 0.00 MB 1 0
56,567 56,567 0000000011624e39727122196d4cb5b2f62fe5eafb3875dbea7556dcc09fd10d 0.00 MB 1 0
56,566 56,566 00000000033ff57f247bd1524a86361549ad802e78037f77f8679c8398e958e7 0.00 MB 1 0
56,565 56,565 000000000acaa5937c61ab8685cac93534fa2f8ae1566e94b98943bec673cfef 0.00 MB 1 0
56,564 56,564 000000000a648bd74284eefe840d8dc9b27e9fb539fb84afff347750c2778183 0.00 MB 1 0
56,563 56,563 00000000100d934b97ac857ed9fb2f0d6b485b6a5f8ac5e31bc948d11daabda0 0.00 MB 1 0
56,562 56,562 00000000117f26bbda228205161fb5a163a702b04881ceb832d55f253d0ec583 0.00 MB 1 0
56,561 56,561 000000000a855c53883edaf0e99ffc716198e3fc77796e4e3f22071205499975 0.00 MB 1 0
56,560 56,560 00000000035620ba2e61eb84578452c2ac106afd1217db0aa808ff22eba7c11a 0.00 MB 1 0
56,559 56,559 000000000f73f70652213f1b8d38332940a6f4319373adcbdddc1c1d918d8409 0.00 MB 2 0
56,558 56,558 00000000084f387e7c4d7c331fd69929704f7a8f3e68df6be5cc46b3105273d9 0.00 MB 1 0
56,557 56,557 0000000009cde30d49fa33329ab9015f8e98a253cfb9e30161acf2bdfc92d39d 0.00 MB 1 0
56,556 56,556 000000000935e2625aa630281de502acd1e29317028ed13ed79ada900db171d0 0.00 MB 1 0
56,555 56,555 000000000c44d2f1f9990028bcb6acdabc26841dc1e61a3b08b64273061c3b9d 0.00 MB 1 0
56,554 56,554 000000001346543c5124c025ff4f15300d2795a8b8e8ad2e590bb670a8765270 0.00 MB 1 0
56,553 56,553 0000000012d1a8a4d0f1f51931189aff2d39220a2731bf5dfa6768ba19e90588 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.49 GB sent, 100.53 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.