Memory Pool Memory Pool Refreshing

4,177 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (781,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,163 126,163 0000000000001da83107a35c46c342b153e39ae1eb4800ffe8d7bb4590a6ed3f 0.00 MB 11 1,602
126,162 126,162 0000000000000df62cb0f6a84101176f6a4a43eebf237bd50a6282d61173258b 0.02 MB 47 425
126,161 126,161 00000000000013c0012f8ed6dc37161055628599d5027ef88ce2792b0b51d278 0.01 MB 28 1,162
126,160 126,160 00000000000027cce715c497c1b6d37dbccfe8cc637ae4b03bd706ffbc421a12 0.01 MB 23 603
126,159 126,159 000000000000381bc3335b0250c6b61d431b650c00cd525a5d28e5bda6be5702 0.00 MB 9 705
126,158 126,158 00000000000020e9f660fb198279221c3f29db7258ea295da1f5050971514bd5 0.01 MB 18 518
126,157 126,157 000000000000373c6b6b9cc921a48978393e74c81fe5066e62dad03889be466c 0.01 MB 22 813
126,156 126,156 000000000000264d4bcaabfc91d8c1be3c2a49a07b466a3ca1cf2b060eb52f95 0.01 MB 18 799
126,155 126,155 0000000000000cb04f2a677afbdebb9de76877677cdefc5b39b861948930b0b3 0.00 MB 2 3,875
126,154 126,154 0000000000002f1934d3aa7ace10c8560e7e6b5b77be6d03bbdcaebf3152b240 0.00 MB 6 2,362
126,153 126,153 00000000000037afd13071b6736569c9b1abf158e7a531fa2422a86923f2b269 0.01 MB 3 962
126,152 126,152 00000000000027db614bcf70432b7a383ed16d300e5946926bc740040c986375 0.00 MB 8 0
126,151 126,151 00000000000010502396ec93ba4e2fbe1abf83c2299ca64c4244375b849a0f75 0.01 MB 27 1,212
126,150 126,150 00000000000000b62033156410992c8a28f4eac6d57e18f32a836925df44669b 0.00 MB 1 0
126,149 126,149 0000000000001496c2ddfa69ee834e4ff50e197c0430c0632bce2b8c4dabcb9c 0.00 MB 1 0
126,148 126,148 00000000000001cec99d2154d00a60dfeebd9f22f84de010ed7137eb154c613f 0.00 MB 14 711
126,147 126,147 00000000000034924c47d631284439d51239dfc4a9ab5165c1bae39d952e6be3 0.00 MB 6 0
126,146 126,146 0000000000000ee5ed2fe61e0f58c47b8494de0aff0e85090f0f7d59aa64feb1 0.00 MB 7 410
126,145 126,145 0000000000002a3747e38983b43865b55e21f220ee2b1c784e192644e656c513 0.01 MB 12 335
126,144 126,144 00000000000023adb96597161dd22fd8516aa661d9fc94b3f2ca96492353e1b4 0.02 MB 37 49
126,143 126,143 00000000000021bb28c15c6503dd6f73a3bde5a8ff112e87e250987b4c7df778 0.01 MB 21 721
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.