Memory Pool Memory Pool Refreshing

77,622 transactions
27.49 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,895 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,454 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,894 (686,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,576 184,576 00000000000008412dbc265f7e6bd059393aa8a4fa52883a66eb172fecff55bf 0.05 MB 136 129
184,575 184,575 00000000000000060c4e736389efc51a593382ff98bb50a8ba2ab2c375c59cfa 0.05 MB 148 144
184,574 184,574 000000000000053c08173a1f646ff45cedbbac1053cbd35de59099fdd59cab78 0.25 MB 633 150
184,573 184,573 00000000000000d80c5263ef30b47c71c1110a369ce672243b2924511fac5924 0.05 MB 154 171
184,572 184,572 0000000000000819937b1f7a57f63bb10a206b6b43a123a6df35ebbc75292913 0.01 MB 30 122
184,571 184,571 00000000000001578511e14de7f551f9dc44fd63c40d0f293297f46b5df145a6 0.05 MB 136 100
184,570 184,570 00000000000007ce503b6c96cd47b3b6481cac41b2c0c470e75f90b80745e6d3 0.28 MB 562 130
184,569 184,569 00000000000000de6c2a04d7658472c247431f28a4b05b3d2b019616f40ea1d7 0.05 MB 156 76
184,568 184,568 0000000000000417f678fa8f26da510a7e203ab5b8baefcf47ce216740ac1bcf 0.25 MB 511 133
184,567 184,567 0000000000000921ff2fd8b85cdc14c775bfe98a558ea1ae103581cd8932920e 0.42 MB 1,141 141
184,566 184,566 00000000000002325a1ab7622432b142a54f4a11454fdbaf84cf6ef7fdf9e2cd 0.25 MB 678 151
184,565 184,565 00000000000009d92cb5fc6e10105fef91197f8efe36f7cb23e8122cc311accd 0.00 MB 11 29
184,564 184,564 00000000000000e75b407b0ee460fe8ba6ec8ac0f1e4a99da54e14aa5cb9282d 0.42 MB 683 137
184,563 184,563 00000000000001d42f45e9ecad797cee636555b999dd366038a0fb91b01d52d5 0.00 MB 10 178
184,562 184,562 0000000000000781f376ec0c78f69864606135ebc6c886bc1592ce5e899e1139 0.22 MB 263 123
184,561 184,561 0000000000000831c4af2f7dc39dd66688f671f831151d1e766fc7768cf9bece 0.25 MB 413 102
184,560 184,560 00000000000007dc48c20b88daa37d3647be14c48166a5c2ae90296f0c396028 0.00 MB 11 52
184,559 184,559 000000000000077f943dfc8c5ce79c812477aa776d1530c1365ba5fe786fe7c6 0.06 MB 95 107
184,558 184,558 00000000000000485724a606c2f642bec5e81a2770816d79e3624fa975493617 0.34 MB 1,099 163
184,557 184,557 000000000000006e24642aaad5e0526b5dab8bd8f2786d28ad42eb65981dd29e 0.44 MB 1,024 137
184,556 184,556 00000000000005bcbaaaf0e7ec701b950c3bb55a44af3d39f5bfa36f25ad52e7 0.05 MB 127 74
Previous 10 blocks ↓
Total Size: 701.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.02 GB sent, 218.22 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.