Memory Pool Memory Pool Refreshing

6,176 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (714,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,143 193,143 0000000000000556695794ab8188ef880d9f49139ede2e8ee738a744ab165914 0.15 MB 363 128
193,142 193,142 00000000000001b6e1e3b09eef7aa262024ddb9328a21763f7919ad23431c24c 0.01 MB 21 101
193,141 193,141 000000000000035dedf81fc042e1a131d4cfae7bed11947653776579a0cc3fe7 0.13 MB 305 139
193,140 193,140 00000000000005948724c5cad35134622440690fe777220ffe6eee0e87f1caa8 0.04 MB 57 186
193,139 193,139 00000000000002dfb926659d7bf63cd6f0840c921b3717205c39c3e83cacf14d 0.03 MB 91 52
193,138 193,138 000000000000016a639c277de8bf64c0efb8e7140888d204d8f66c0a93f8bc0b 0.03 MB 49 83
193,137 193,137 00000000000006ba7859a8b0bd9289d2029b7bbb58e993bc26444db5bc843e18 0.12 MB 320 140
193,136 193,136 00000000000000f2b453b9018e2098e9d4d4a3d8699b0216ebebabf199bc5991 0.04 MB 92 103
193,135 193,135 0000000000000143bea8ca901514c297fd50935cf57036d5928c57270341bbed 0.07 MB 116 88
193,134 193,134 000000000000041496121475d6cf7c17e0f078d7697c98f9cebd7f408edc5af2 0.11 MB 231 94
193,133 193,133 00000000000004b58ac8327006d3076cb4c200fffb899b4a710af542dc826b03 0.24 MB 605 12,355
193,132 193,132 00000000000003a7ca9c8800bc80f4a33daa15c2c1c195dfa0662f7c40ec1bb4 0.00 MB 8 16
193,131 193,131 00000000000002db344806a1108b3024b62c93a1d63c29f2d5eef3c2901e81f7 0.18 MB 514 139
193,130 193,130 00000000000007ffbaf5401d6b051c8fefcc28a58b1769d3ca4221d9c1941218 0.12 MB 341 56
193,129 193,129 00000000000002c251f237d30fec14630cf65e278b1799812ad1dd99a3dc5b0d 0.03 MB 84 56
193,128 193,128 00000000000002b41df10ca5b75b647324c1c34ba103d23f005030f118072ad3 0.04 MB 106 65
193,127 193,127 000000000000064a6c1ed5eb65629711ad6eb38a46309842c3137fde05925839 0.29 MB 662 197
193,126 193,126 000000000000082a24a31b80412ed98b765a45501f6e314f5a3530b434a6955d 0.01 MB 32 0
193,125 193,125 00000000000000e9a61c59876f8b1fa614d19bc18fadf46c27acbb76158ce756 0.09 MB 213 176
193,124 193,124 00000000000000cdffae6018b1aab523ea59d6ac9d51c9dd3186970104eaf0d5 0.04 MB 124 159
193,123 193,123 00000000000007a91185bcaf5b9f25cd9b164604d79d3285ec960a3d5616f085 0.05 MB 125 84
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.