Memory Pool Memory Pool Refreshing

2,480 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (900,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,114 8,114 00000000b5cc44b3c0f9dc3b23afa6dc4102105983a14acd5202eb6582de7631 0.00 MB 1 0
8,113 8,113 0000000067c7a40e76f2aea1f1df386dda629c21cfb713eaa67783a3d0686396 0.00 MB 1 0
8,112 8,112 00000000cedc43019da91f0a1458321a45eda83dd325e0fbd13e5497a01d387b 0.00 MB 1 0
8,111 8,111 00000000913df6f85295bbfb96e0b39ab08179fb772873dd1b708a0844ec8bee 0.00 MB 1 0
8,110 8,110 00000000ce091c5521e08f4f6160b9446a95e3b044b8d9c0be5cb22292af975b 0.00 MB 1 0
8,109 8,109 0000000032db13a59487551ee6eb1d5c7c4005fdcee70aaa264a4cbb871dbc72 0.00 MB 1 0
8,108 8,108 00000000ca67ee88220fe355b5e4e3d970c00dd5242b280c4511d7cca2bc8d59 0.00 MB 1 0
8,107 8,107 000000008fa51c71fd3a792199bce2fc2f44a479feb77dd4e7d17b23cb6bf9c5 0.00 MB 1 0
8,106 8,106 000000001294f7b72e127eca32547dbee91cd78a4ba73be0a4285b2739ffdbdc 0.00 MB 1 0
8,105 8,105 00000000117e3a3826c3cf742f8bf5230053109093b9c9b40f8bce6b9b34b05d 0.00 MB 1 0
8,104 8,104 000000009cf1442932004bdc400c080db72157649003d2630f85674caf8dd342 0.00 MB 1 0
8,103 8,103 00000000f08da4ba5d41219aed535af9712919fd87293765b8a237136988d5fe 0.00 MB 1 0
8,102 8,102 0000000068d5e34919adf6d656f9d6e11ab372224221e48c24e3b9b6c258ac59 0.00 MB 1 0
8,101 8,101 00000000b8dc5f844239cdf2a13a5e4a71b3e767c13004d310a5042696a0517b 0.00 MB 1 0
8,100 8,100 000000001979ca78bede4c240bc903db3c4893be5db8b6fcc09c9077cc820082 0.00 MB 1 0
8,099 8,099 0000000017508e1aa2ab0c166c3d5e01cd2d62703cf0a7f7cb9227d9bfdcdbb0 0.00 MB 1 0
8,098 8,098 000000000e52d915298c04908a11d24cc9cd1a3cc3321ce269777cfc9cd5f21f 0.00 MB 1 0
8,097 8,097 000000006ccf044bc886d2abd8ae6cd6699274b0ec6204da04c5170d6848380f 0.00 MB 1 0
8,096 8,096 00000000189e05c4be49bff333f7c2521a760558a846b36063bf463be1457ba6 0.00 MB 1 0
8,095 8,095 00000000a898211f2bcb6baed8a7d42a67ab44949987c7e9e286e5ebbb992942 0.00 MB 1 0
8,094 8,094 00000000d3f1c76de6682f0bc9ee10ceed0e76094b3f48237a1083255d18d9b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.