Memory Pool Memory Pool Refreshing

4,821 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,102 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (688,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,365 219,365 00000000000004c358cbf3f37b8dbcfe92920e3409a00e1b3469d15226752ae8 0.25 MB 547 180
219,364 219,364 000000000000023b15dd87cde86d60b86b0b31154c5eef027df74be7ba3f63a5 0.25 MB 843 262
219,363 219,363 000000000000051e983f0cdb9ffa4ddc741858d1bc920f7bfd38e41dd4b86b09 0.10 MB 357 38
219,362 219,362 00000000000000e0a3acdd746057880420c825810e5ab75ca599883c2b2c4d41 0.05 MB 140 467
219,361 219,361 0000000000000453a40d906e129e60987bc8ffc79eaf9d8ad249923864077530 0.03 MB 64 71
219,360 219,360 00000000000001e80839f40f16fd0108983057c318c3333e6a07352431e43769 0.05 MB 101 158
219,359 219,359 000000000000059a83c53a59f014d289a2d057065a43084d6b0b8549827c85d4 0.21 MB 186 85
219,358 219,358 00000000000001f22999d02fe4e0e53583667a803facfbb148197ffb145f3a25 0.24 MB 411 149
219,357 219,357 000000000000017da67d0f91337547cf6e6037bf4fc31ca84320e5586b338cb5 0.25 MB 629 226
219,356 219,356 000000000000009fd9ee9254ea00247d5a482273d41915309cc221f79cb2d13c 0.05 MB 78 70
219,355 219,355 000000000000037ce0306fee7761f09a7b7a7f6bc9d435f4c38d8fb4a7eb7dd4 0.25 MB 681 215
219,354 219,354 0000000000000071435429fc842088bd39e57c8de40f5da89e0421f0b0e855b9 0.05 MB 110 143
219,353 219,353 00000000000003e41178f5d41f42437aa6155ae60c8d79858260d12c1b801c2a 0.05 MB 106 109
219,352 219,352 000000000000015bd6d1d943e6f01f19ac326f4bfb91fbe0dc8ed19e4562009e 0.25 MB 721 244
219,351 219,351 000000000000050cec75796db1028e64797a061bdb0d55799f235a8cc3afb71b 0.09 MB 190 184
219,350 219,350 000000000000027f14fd391399cf80a34dfa114bb4c52a55977d3e4e77cc31a6 0.18 MB 442 178
219,349 219,349 000000000000017f2ffa008a1daa6c47b01663cbceab8b1877a01ab190ca88ed 0.03 MB 54 67
219,348 219,348 00000000000001e73bb08c48deee7d04efb03a1fadda547122b58ab55d5f4bc9 0.25 MB 641 584
219,347 219,347 000000000000001557b1788321af197608d8353c7312e10831cf8503cc653962 0.25 MB 418 169
219,346 219,346 00000000000002b70cd2256f5ff8c30192ec1b7269fb82b6ac5dfcdabdb33a60 0.08 MB 101 111
219,345 219,345 000000000000032649a900d3fd936e35a9b6270b27c698d395489081f93229be 0.16 MB 331 186
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.