Memory Pool Memory Pool Refreshing

8,558 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,153 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (710,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,652 197,652 000000000000045f3900d4cb1ee6f8320cdd1f069f97d94a7cfee1767c31be03 0.00 MB 11 32
197,651 197,651 0000000000000509726f8c5f485b0983176bea18c1133556d8f5374f91927caf 0.04 MB 32 51
197,650 197,650 00000000000004d45910b0cc6ea4b1a3195afd69268cb1378d993abefec598f4 0.09 MB 241 141
197,649 197,649 00000000000005c3f0a987a9c19a081f8b758b69b0640200320121764ef423a1 0.05 MB 106 105
197,648 197,648 0000000000000400ebd0438da538191cabb94ed1c8f0b65f1f64c4036cfdcdfc 0.09 MB 234 125
197,647 197,647 0000000000000484974837da7697c616f8280f7f508711b60f64a25aa589d99e 0.04 MB 108 179
197,646 197,646 00000000000004cf14ef94df59f5c6d05840f9f540541e7db0606f814e8e1620 0.02 MB 59 120
197,645 197,645 0000000000000166e9318ae8752c52d0872a5feef448a082e31b1188ef4f57a0 0.10 MB 110 82
197,644 197,644 0000000000000332eb23a4754928fd8dc5eeb63d6c20d2406879c9149983c112 0.02 MB 44 99
197,643 197,643 00000000000000739b4356c52560cfe160fa1cc952081630ae421e747ad4c792 0.07 MB 167 132
197,642 197,642 00000000000005511a4ff079a575c29e2a92723e36466b0476777090ad95ecfa 0.03 MB 96 13
197,641 197,641 00000000000001a9fecc553228de8807a05463fbed54e504ee24471794b70e8b 0.12 MB 339 130
197,640 197,640 0000000000000193b9e3cde0506a34247478065bb46e2ddaac1d7b0c0ea41ce5 0.06 MB 140 117
197,639 197,639 00000000000002d033837c8d8659a039c87dcde77ee5e4b41e25deec6156568e 0.00 MB 15 28
197,638 197,638 000000000000019b7a0acd4ac887a033223e854cd17426a42e0171644c59281a 0.08 MB 192 145
197,637 197,637 000000000000015d263f4a611b3d1b72a98f5dfe0821d0e7e83e6ab90831c221 0.03 MB 85 21
197,636 197,636 00000000000003de4f188524de6edbb8cc69f60f1cc9c043b80cec785af24d32 0.11 MB 116 98
197,635 197,635 00000000000001738186bdd213f5487d27390f14333b29af7ac21c2b3ea8c8e6 0.05 MB 171 221
197,634 197,634 000000000000001d168af93f0ffa15b23242e98ebda823699dcfb1717f350460 0.02 MB 52 117
197,633 197,633 000000000000004427b17d90ce412141b9ca13a1d529c4e0a6618dd73f9cb4ad 0.00 MB 11 1
197,632 197,632 000000000000040fd1d84ad835ec9b1a452ceaf76fb3a6e1c148e5014265788d 0.10 MB 164 89
Previous 10 blocks ↓
Total Size: 769.03 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,625.50 GB sent, 93.03 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.