Memory Pool Memory Pool Refreshing

6,806 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (644,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,855 262,855 00000000000000086dfda8389392e6b3da0f0ef2893a2d59d2270f289a09b3e1 0.03 MB 74 81
262,854 262,854 000000000000000ee96ef2196dd44cbb4a35e53eb9579c006bc42c769cc804da 0.13 MB 258 74
262,853 262,853 000000000000001064cc08c7c744f128b4b39b2b9d38b53bdb78a38270de3372 0.16 MB 382 110
262,852 262,852 00000000000000103dd2c06f0d35a2d94314ecac943f57b5ba18f1de18479e71 0.20 MB 366 94
262,851 262,851 00000000000000028f266ac9e885e9aa4f4f8e05c7e024c6e07d545690decb32 0.24 MB 571 124
262,850 262,850 0000000000000010ae9e1fbf98ce4aafd8bf15d8b2ee0a9fd58a7417546cbbd9 0.06 MB 146 86
262,849 262,849 000000000000000e2e9202d0dbd7ecc34d397074a801d9f22a66f97ebc5211ef 0.12 MB 229 38
262,848 262,848 0000000000000009b24663c668b7356acf8274fa640c9152b2180da2ca72c2b8 0.25 MB 594 125
262,847 262,847 00000000000000135cdb3b7ab0e28916ca05834e7448b603a348a3fa7d6196e3 0.11 MB 230 72
262,846 262,846 0000000000000014a05c012cc18e1d1cecab3147252fbc678a415223872b399c 0.23 MB 577 127
262,845 262,845 000000000000000d4fb3574bfc5c29d40d75500856419ebc347014fd03805485 0.09 MB 194 93
262,844 262,844 000000000000001607ca810e8c60bef237d1c916854857910a0e59e710a41523 0.14 MB 288 57
262,843 262,843 000000000000000c0d432d0269fe4aa3aa87294c1a95e48e05a6943acf2f80f3 0.14 MB 262 107
262,842 262,842 000000000000000c38028c14f31684601d080a6bc173dcea15fc38151b5e12df 0.37 MB 595 70
262,841 262,841 00000000000000159b079b0d752c334a65291bdd2a7547ec2cb5bd7d4106cbd7 0.17 MB 417 116
262,840 262,840 000000000000000be2465a1d4e57da26a2364b2457d269d939c3ceb0ea3bfb25 0.15 MB 286 58
262,839 262,839 0000000000000011208c0758901783d5f7980fc6be44e686e18befd9974c107a 0.04 MB 95 45
262,838 262,838 0000000000000000d071a1345ec72f70ca32681e8e8f5e80a03075b9fd11e19d 0.28 MB 652 82
262,837 262,837 000000000000000196fa1cd604cf36a1467f444c19461a0d951adf61df2c01c2 0.25 MB 576 2,205
262,836 262,836 000000000000000f2c0ad1c2cf13f6485d59a044de22fe037a2235bb61e2fb21 0.18 MB 380 108
262,835 262,835 00000000000000060f09602fce527f5d82e68068afd54ffaa64523ca6f798200 0.07 MB 155 96
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.