Memory Pool Memory Pool Refreshing

54,678 transactions
30.58 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,534 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,176 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,533 (673,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,165 207,165 000000000000002afc8044a5b98e2634b8058e90e4ee9e22ebd722566c24bf28 0.24 MB 368 86
207,164 207,164 00000000000004f27db98ec4696132cdb1ab31f1537b8eb9e4245389680d53cc 0.00 MB 7 0
207,163 207,163 00000000000000a82c6780bb1846ed669731073ccc769f3754a1212345533373 0.12 MB 181 122
207,162 207,162 00000000000001d5f2cbdfd770f4271e577d6120c89f5a1598dccbcd6937e5eb 0.05 MB 137 32
207,161 207,161 000000000000018458648a87e5b9b91603fb359c14129706f431b0a67bb76feb 0.03 MB 86 147
207,160 207,160 00000000000000779a7552bdc6b0f1e05df87b13d8d34f69789cbcd22733a470 0.15 MB 348 192
207,159 207,159 00000000000000027a16a89053c44cc2417323cc0a04039190787aa755cccf28 0.00 MB 11 473
207,158 207,158 0000000000000427850799733c57b2a9f4f736f1c29f379dda2d8a6f9a53333e 0.17 MB 369 198
207,157 207,157 00000000000004ee1819c4292512a7a259963d7c6a09d877a457e4ae5bdbaa7d 0.01 MB 24 80
207,156 207,156 00000000000004f111be57278e7a1182fa530d68f7d166d2c3b2facd2a033836 0.02 MB 57 149
207,155 207,155 000000000000043338859bad15717d0acca02cd1223727a1a3fc549a254b3e7f 0.05 MB 123 135
207,154 207,154 00000000000002e5ec156d7bf6d8a12a02cb5be14fbec84f51329467a09d4ee3 0.00 MB 1 0
207,153 207,153 00000000000002c4d734f68d378b4e671352513293076d47bd3412f7ebd638e8 0.01 MB 26 14
207,152 207,152 000000000000026e8536f6ffe741feeb30d7123e6435b3ad7db141833969b5bf 0.11 MB 304 220
207,151 207,151 00000000000002088f0241939af2e1422e54ab814495f261bbe581a48b04636c 0.16 MB 250 137
207,150 207,150 00000000000003cf20182b3a52d9ab53747f899cf96be746f6acb873512f9a0c 0.00 MB 11 364
207,149 207,149 000000000000009129ec4a2bb2a9bae235f7db67e29f4fe902df6fb5f9e3e508 0.07 MB 165 165
207,148 207,148 00000000000001a741b37b134d03da84c4f261f22e14bbe8893dea2a858e4512 0.10 MB 294 223
207,147 207,147 0000000000000246e7b73ef8216ec9eebf80039f2f9c98b3ed3aed2fcbd26490 0.11 MB 240 134
207,146 207,146 00000000000004198351871b93fde28b2c5db080059355793fec4fd67b2b962d 0.25 MB 593 188
207,145 207,145 000000000000042f0988a2c08b87ea7969e7b5300dc5684545afe414632b2679 0.00 MB 12 45
Previous 10 blocks ↓
Total Size: 719.42 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,865.46 GB sent, 62.11 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.