Memory Pool Memory Pool Refreshing

14,583 transactions
20.45 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
896,016 000000000000000000025ced0000000000000000000000000000000000000000 ago 1.00 vMB 3,636 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,015 (759,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,635 136,635 00000000000000c020fb9fea917f967eed9f9889efbe617cecc15d0eaee01c96 0.05 MB 101 231
136,634 136,634 000000000000007bd312a431074de53721f6046e4ca313741690b1f5da22b4ae 0.02 MB 40 844
136,633 136,633 00000000000001106074648e320ed0e6049d03eef0ba610306bbbe3092f28db7 0.03 MB 93 187
136,632 136,632 00000000000004c17f22cdfb2a7c58ab745a329d79ce5cca39a21d73deb23e4a 0.04 MB 82 318
136,631 136,631 0000000000000127a9c9652184642d9e60439202ef22ed478547a1aa84c40c81 0.05 MB 94 103
136,630 136,630 0000000000000687b858a95d44bcc0c036621d5b977ac416b70e05d9bc8a985b 0.06 MB 153 379
136,629 136,629 0000000000000a953fb575ed38f574f55a74b2db67da359fa462568a6b526312 0.00 MB 11 94
136,628 136,628 00000000000005c5116c65ad5e9bccb3a398b345f5a01bf746a1fb8de8cd8702 0.00 MB 14 445
136,627 136,627 000000000000025230764a3e51db83f8b8a42599f4231262f705412e6951a031 0.00 MB 6 49
136,626 136,626 00000000000000644117501d6dc3ae91fb0eaf1bd27dd0a768f8fbea7a76e83e 0.02 MB 66 251
136,625 136,625 000000000000094fea3d1f6efb4377b1891a0f04b4ae456411e5697f8469c9fd 0.06 MB 126 370
136,624 136,624 00000000000009407260ef572190f367141294d8408f4bbc52c24cda39ea6319 0.03 MB 91 326
136,623 136,623 00000000000009b0657f078bae2cd243eb2e2e18e1f74168543cec176d8aaae9 0.04 MB 71 203
136,622 136,622 00000000000003cb60a8e5d89cf51f676bb39aa9342538c9362ca01d02df3187 0.05 MB 157 141
136,621 136,621 0000000000000a1a631ced37ee0959857da0931dc829b727625b130b3c5741e0 0.01 MB 23 94
136,620 136,620 00000000000006d6d59abab9f91b2808df0ebf1f4d254ed570c5bf4fb251ee08 0.05 MB 119 423
136,619 136,619 0000000000000a1fe384fbf0d7f4fff83c53f94036b511a5bfeb521b21f6ec81 0.05 MB 128 57
136,618 136,618 00000000000008a0a44d61afae04665967271f00f33c8bd88603ca4f44872c25 0.06 MB 148 194
136,617 136,617 000000000000044b7b330f1bc2c13b2239af91aaf530648022d48630cee8a820 0.05 MB 109 147
136,616 136,616 00000000000002b99ddff26a8fcfc63250a951b31e30a9f9b0200c79085e919b 0.05 MB 115 370
136,615 136,615 00000000000006202cb190918600a4432ac08357eb026ab87a91f306b9521f68 0.08 MB 192 283
Previous 10 blocks ↓
Total Size: 748.76 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: 545.91 GB sent, 3.64 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.