Memory Pool Memory Pool Refreshing

1,856 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (34,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,230 873,230 00000000000000000002470d0a4fd4b900bc85c1a35b7de851d215cd4bd13201 1.58 MB 4,210 7
873,229 873,229 000000000000000000000fde88cf6115a6ce2487435667a1f4f1f0e0f788e2a3 1.55 MB 4,401 8
873,228 873,228 000000000000000000004945c85bc71f3b5fac73aa71022c341b2cf1235fec92 1.45 MB 3,514 6
873,227 873,227 0000000000000000000115957f3a309afc9a4b8823727ffcf5ecc54ba4ffe7d3 1.58 MB 4,220 9
873,226 873,226 00000000000000000000977aae174f5902d93e1f16458c72c3aadc7afc3624ac 1.64 MB 4,847 9
873,225 873,225 0000000000000000000273183960c7f43b0e532ed7bc4de652ab9b304e981ab2 1.56 MB 5,411 7
873,224 873,224 0000000000000000000187a5a96f0d9874344966ac3f4bcea4ac8eb57b09923e 1.69 MB 4,279 9
873,223 873,223 00000000000000000001bb526b856ce52bc569cbce3741f90f564784be290bc2 1.61 MB 4,671 9
873,222 873,222 000000000000000000029ae34e7a142e6d12f646a50a3e2e177a365b937410d4 1.58 MB 4,045 9
873,221 873,221 0000000000000000000225b6217d1667cadaf4524cb694372b873ca0a53f758d 1.62 MB 3,963 6
873,220 873,220 00000000000000000002291da169bdb677d5c40caf016a24509df1297088f5db 1.62 MB 4,175 17
873,219 873,219 000000000000000000028024ec5cccd05132bb454141f7954d548d44c36ee31f 1.60 MB 3,627 6
873,218 873,218 0000000000000000000067dbfd5d462e604843d4fa44d3a63b9bb8bd9b0b348a 1.59 MB 4,165 12
873,217 873,217 00000000000000000001d02a14ecff32605c6a6a952faff661cef9a682009c22 1.54 MB 3,419 14
873,216 873,216 00000000000000000000e9c372807545bff6249522f8d4828aa84b663383d9ed 1.60 MB 4,326 9
873,215 873,215 000000000000000000003b61abba93b4e38f6c80df5b049da7d0191794779d39 1.57 MB 4,174 4
873,214 873,214 00000000000000000000d23deeec915a318f3b7cb917e8e89a41e3d255ed76c3 1.62 MB 4,595 9
873,213 873,213 00000000000000000000ef7206389fcacdc94c8647140b9506a1bed242251689 1.64 MB 4,192 5
873,212 873,212 00000000000000000001c4a74f6e0dd8b22b502cfd1fd270ade93bd7f9337969 1.46 MB 5,025 7
873,211 873,211 000000000000000000013bf6509c90ffec6a64dc81b873c4c518d04c03a37d52 1.50 MB 5,409 10
873,210 873,210 00000000000000000002812c1e5bcc5c096e341b1f878e2914c6523b5384711a 1.59 MB 4,674 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.