Memory Pool Memory Pool Refreshing

88,535 transactions
31.69 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,652 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,651 (502,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,123 376,123 00000000000000001264156c836385303679b1e08c32faa8d6bd3a71d6b87486 0.32 MB 673 38
376,122 376,122 0000000000000000000d5b6fb766f647263c0548a7d4de040274b8860e7feca2 0.28 MB 581 43
376,121 376,121 000000000000000002cf27880cafce621a4d5b8bfa112bb4b26a4f341dfd10cf 0.41 MB 771 42
376,120 376,120 00000000000000000d440ba01cdbc77969f73da038cc5ef60b5b6f1b64118d17 0.58 MB 849 27
376,119 376,119 000000000000000009f87687ebb8268036c42a027df98175cc932fcca965f5cf 0.32 MB 559 38
376,118 376,118 0000000000000000084603e91db404497630e44c54391b4da74320becfa17f01 0.70 MB 1,378 44
376,117 376,117 00000000000000000c33ae2ab8e0f24d374660b1843e2481d962aa15297b5228 0.38 MB 729 60
376,116 376,116 00000000000000000074a5fc908db3d0365ffde3a670f3440b8dcfe29895af7a 1.00 MB 1,807 33
376,115 376,115 000000000000000004781dfbe88e3243b0b3d1cc2c07014032ea8944d2ac6d54 0.75 MB 1,938 52
376,114 376,114 000000000000000000df1c6bae73eafb0412fe0d1a4eaf9b603243cfed3a226c 0.17 MB 369 38
376,113 376,113 00000000000000000148bac15ba03e8a5765a7c3b5797c37dce5a04f301160ee 0.65 MB 1,468 47
376,112 376,112 00000000000000000e8bbd31f0ca95b60f3819446022ce994855819ea2bebd9a 0.00 MB 1 0
376,111 376,111 00000000000000000eb395e1bdd4b6a150c4b36080d5915422007a7cb134483c 0.39 MB 814 44
376,110 376,110 0000000000000000081b42d920296e56eb1c9a2d5461d4982eebeb3bb9250e19 0.04 MB 85 42
376,109 376,109 00000000000000000fec916828e29c6c6e0aef0343c1f751483711f28bb0e4b7 0.23 MB 441 32
376,108 376,108 00000000000000000eb6de508d04cc249f95a6b1a80a9e18e39434ecac1e6bf3 0.35 MB 642 32
376,107 376,107 00000000000000000dbd9bf4edcef0ff92a141669d47249eaae67898fb41c6dc 0.93 MB 1,775 35
376,106 376,106 000000000000000009ca0ab32cac8cf827409b4173551f36a50abf3f022778df 0.44 MB 875 42
376,105 376,105 0000000000000000083593a181f0907c723050166961aeec40e88527a42713f2 0.12 MB 246 34
376,104 376,104 000000000000000008427118874b2cb6d9b13ca219439f84f4dbef0d5de1f4de 0.80 MB 1,547 42
376,103 376,103 00000000000000000261de0db7e409961c1fdc9cfb5978158cac2f09055eceee 0.34 MB 760 43
Previous 10 blocks ↓
Total Size: 715.63 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,483.15 GB sent, 43.69 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.