Memory Pool Memory Pool Refreshing

19,681 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (628,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,198 279,198 0000000000000000414586f6f0d32fa0f8af1826d6755a3a2de27eaf2b375de5 0.02 MB 48 45
279,197 279,197 00000000000000000f84211ab828846ba100c9bac043848fe8621bab9f0e24a0 0.12 MB 263 29
279,196 279,196 0000000000000001501ffb99b110431d79503737f49091e0119017dfd59a97d5 0.03 MB 77 174
279,195 279,195 0000000000000002ee8f72c414446afdbba9cce15f6dd5f867f0332da5cfbb2f 0.25 MB 460 42
279,194 279,194 00000000000000025e664eac77365481d70e8c0cadb6c18595891d6a0d7658c4 0.18 MB 210 20
279,193 279,193 0000000000000002424eb386a749552ff469a9c0f1470c19c4d3ec1676a5a82c 0.35 MB 824 75
279,192 279,192 0000000000000000526b1d85c569d79a62b68de61d44753c581ef184404b4b20 0.24 MB 560 80
279,191 279,191 000000000000000132e482cbfdf2fcc4c0eed0bc407b2577bcc4f20a0cc77922 0.08 MB 191 50
279,190 279,190 0000000000000000257d90ab6c52bc4d1cf53e7c0027a77633eb3241f8f4e78d 0.28 MB 585 45
279,189 279,189 0000000000000002d001184b1fddc237982e82aa7430ba9ce7beaadfbb8365be 0.03 MB 89 171
279,188 279,188 0000000000000000ef2c2d92cbb46b358b2d7c411a534f4ad82e9ace62db02f3 0.25 MB 483 61
279,187 279,187 0000000000000002262b49faa1c4a6fb192532acbd2ce0d622e3b7ff4681e847 0.07 MB 120 82
279,186 279,186 000000000000000215b7e4ba44533811b3833215eeb084d43edb38117176a5bf 0.18 MB 401 54
279,185 279,185 00000000000000006136b06eb406faceb3ec5c2fb679d1fe02b36ef8820f282d 0.06 MB 80 13
279,184 279,184 000000000000000195dbdf58fbcf98fb08fc75a9130dab81762e4327a53f5f13 0.11 MB 185 31
279,183 279,183 0000000000000002064f339204e1b9c0dd1329f4225de68c50d214422ed7a42a 0.11 MB 256 56
279,182 279,182 0000000000000001227e2ba4a7deb9417bc23472b1d6719130a4086a449b67a1 0.62 MB 957 27
279,181 279,181 00000000000000016fe4876d413a4a79c4447a1d3da3cbea65758fd189396ec9 0.35 MB 772 41
279,180 279,180 0000000000000001481accffbe1e135cd47b60d3828ca1b287032f75b33f72e1 0.25 MB 638 37
279,179 279,179 00000000000000012aa067aac94fcbb24fd24995212158923e85ad859b833091 0.25 MB 805 117
279,178 279,178 000000000000000306e36717fc605d9e4469b0bdbcc2af1793f7a69c494ef579 0.18 MB 375 37
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.