Memory Pool Memory Pool Refreshing

9,769 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
899,819 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,862 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,818 (8,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,674 891,674 00000000000000000000b5078566ba4bd7a7924f5626eab9edbb734daf956241 1.63 MB 3,860 5
891,673 891,673 00000000000000000002342a9acd7290685e8e523b77fea346bf63ba2981575f 1.55 MB 2,805 2
891,672 891,672 00000000000000000000932316a71f84ab72c5369142a5bd57f8f8e97a08888e 1.62 MB 2,826 3
891,671 891,671 0000000000000000000135845e350caacfb407cc5fbe4c253b17f09c654db3d1 1.50 MB 3,277 7
891,670 891,670 0000000000000000000035c3c2c073963ed67bf53cd97cc388d20450e841f3b1 1.62 MB 3,035 3
891,669 891,669 0000000000000000000190459816c7c2bc1ff9da33068f9b5c9313cb22f5a41d 1.50 MB 2,657 1
891,668 891,668 000000000000000000008ddb6e71e5972c11ba5b33ceecaf5c6dcd99d92ff065 1.63 MB 3,006 2
891,667 891,667 000000000000000000013d5efc25bf404cd78aa368d1647e16d52167eb188b64 1.65 MB 3,436 4
891,666 891,666 000000000000000000002f47680420f8e61d1095401d852787265e31c7e08f08 1.56 MB 3,018 9
891,665 891,665 000000000000000000012b7759090e9eb6fe3020707b4d5f72579d5b898d42d7 1.67 MB 2,833 2
891,664 891,664 00000000000000000000936080aed44ac8218fe44302e4cbdc76ab1141736189 1.53 MB 3,421 4
891,663 891,663 00000000000000000001319b684b18c67f5dbade7b4bdd8d9cafd9d78a2c337e 1.64 MB 3,737 6
891,662 891,662 00000000000000000001e73a30fe8879f25e3d7824c172047a8c4872edb3cf3a 1.66 MB 3,315 4
891,661 891,661 0000000000000000000047d89161c75bc3ebfa525057f08d635cf9831f441da6 1.46 MB 2,901 4
891,660 891,660 000000000000000000017f5e68d66d0aff79b3ac812dd476c11fd71ef22a41dd 1.52 MB 3,705 12
891,659 891,659 00000000000000000001f4a26a935044d919dc081bcb6a7a5688b62ca38ab00b 1.61 MB 3,095 3
891,658 891,658 0000000000000000000230b89bc1e2fb2e3446d2032e77299c522d43db592164 1.68 MB 3,851 2
891,657 891,657 00000000000000000001ca57e05816f27342a4864bb9d605f73cde19a9527d5a 1.61 MB 3,861 7
891,656 891,656 000000000000000000018948168d89c3338df752c063842eb8ca46b541a65f14 1.66 MB 4,108 5
891,655 891,655 000000000000000000013d7a9f5356e80e1d36dbac43d0792eb029471f2f1a9d 1.62 MB 3,571 4
891,654 891,654 0000000000000000000043c0232f37d471fe410538ee194b58b74bfc866721ea 1.62 MB 2,344 2
Previous 10 blocks ↓
Total Size: 755.68 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: 536.06 GB sent, 26.85 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.