Memory Pool Memory Pool Refreshing

9,428 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (687,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,836 220,836 00000000000001cfaf40b52daf78d4cf9c0e93e427c242b90386ea6aae9d079b 0.25 MB 557 168
220,835 220,835 0000000000000379de774e67d9bdb305af68a956f891c548f0da19c538a79071 0.36 MB 812 186
220,834 220,834 00000000000001f94f1644dfd3d056e5098d325b4b2bf4cb3c2690d7006c1a87 0.07 MB 139 148
220,833 220,833 000000000000040681ba05ed54daa23667b2673d3ef6acbabd2dc36c95d66ab7 0.00 MB 1 0
220,832 220,832 00000000000000eb3c170ca260e1dffa2b1a91772dcae18a4df3446f377bd1b4 0.00 MB 1 0
220,831 220,831 00000000000004f958de0219d509e8ba156d9893f4903f9fa6c23edfed5ef565 0.25 MB 549 189
220,830 220,830 00000000000001954c5d59d02efe184b1519afed0b00b12586fb5aff9e7c8310 0.24 MB 499 155
220,829 220,829 00000000000002ce1618afdb84ebfd380049e1afa889ffe25f1b454e07a78039 0.06 MB 187 38
220,828 220,828 00000000000003cc8969bd449abd4e4e2dcf519a0110982748f00ca2db5753a4 0.27 MB 561 174
220,827 220,827 0000000000000219272cdf8221744445a5dad573b31407b9a880d0118f714ba9 0.23 MB 518 177
220,826 220,826 000000000000022ac4a92fe52d54369a983bd6a317761af0c81dbee919798271 0.11 MB 233 149
220,825 220,825 0000000000000481f700e78826444fc7cc621dd31026b0e48fa2237289284414 0.09 MB 256 181
220,824 220,824 0000000000000426c1c65d6b80deac16358d74c342724ef1ecfa9a1e0dc00e0e 0.22 MB 524 183
220,823 220,823 00000000000003e6afbd5a7215acedbc023c1749a2718145dae1a6c35feb4d71 0.16 MB 326 166
220,822 220,822 0000000000000412718fa5a1984a5a675746cf26199bf6cca60a501eaf842382 0.23 MB 524 179
220,821 220,821 00000000000000c9de2b7ce3bd605cfed4dbbbcd3b3498c9e0946fe5dd0f2296 0.33 MB 491 125
220,820 220,820 000000000000001a5964a6deca4a1b842889652e4c301f10a311de51d7a3d2e7 0.19 MB 485 185
220,819 220,819 000000000000038600b771887da5b3830947bb3ea129f8fc571cec43990410d3 0.00 MB 7 0
220,818 220,818 000000000000015142450a030a8641e9a70290027eaaa8f8d52a6bd9d2afcac4 0.23 MB 432 152
220,817 220,817 00000000000003200a65a5146f8e894704976bd21d1cf209e2dc8c7f3d0d40ea 0.25 MB 95 53
220,816 220,816 00000000000004667e989a5ad255d6baa7f59db4db3906b02dc128634bf95a18 0.25 MB 648 228
Previous 10 blocks ↓
Total Size: 769.31 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,642.82 GB sent, 94.52 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.