Memory Pool Memory Pool Refreshing

6,171 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,753 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (771,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,662 136,662 0000000000000410b3256e6187816997de85e9ab19c8c8f4fdb85cdc0d78b1fa 0.01 MB 50 78
136,661 136,661 00000000000003a1e51466fd75be9e19fe434f833a47b9be207c5ed966906fca 0.01 MB 20 579
136,660 136,660 00000000000009b85d6fd311db505287382f11208f9543dd785711673b9f2885 0.01 MB 33 259
136,659 136,659 0000000000000259a7a07a9bcca90298049185d43fa46b412dd9fb6b1793ce36 0.05 MB 136 393
136,658 136,658 000000000000067376e8644f7c4eff65356a6b103c1c775dd1b439bf2828eedb 0.01 MB 15 1,040
136,657 136,657 0000000000000240fd8fc9a729b1428b77ee57a6fb3e17d51aead971ceb2c934 0.03 MB 80 604
136,656 136,656 000000000000017a6eab381d0efce9000d351dde39665c8de8b32ad6d5998aba 0.00 MB 9 534
136,655 136,655 00000000000007f65878f3c2850a96e4285988972a02ce6ad9b7c509268446c4 0.00 MB 15 1,243
136,654 136,654 00000000000003a156aa79d52c3e66e63ad88de6e639e6bf83e8128b5cb72ec4 0.00 MB 1 0
136,653 136,653 000000000000070df1a42be26e5b4aeba05164889f3e47d0adf427e5bf51ce59 0.01 MB 24 401
136,652 136,652 00000000000009cfa6ab1048fd11ad774f3a6ac800ca39dd437f9eb10524d853 0.01 MB 24 469
136,651 136,651 00000000000003991bddecdd1cbea432aa2c088d23d2ea8678ab6b7c284dc0f1 0.02 MB 59 29
136,650 136,650 0000000000000650f33558c62d3532dc6449114a8db0258212348524733e6f81 0.04 MB 121 209
136,649 136,649 000000000000018a73d8ec1f31a42aac03c8c68b2641483dcb373b06143f4336 0.00 MB 7 44
136,648 136,648 0000000000000442d65cf121c70fbef716dd788e13bc119f9de9bd8a4b186c78 0.01 MB 31 365
136,647 136,647 0000000000000249322a07f4c62175a163696d0f0eb3ee99b76f7f455d6f271b 0.01 MB 40 99
136,646 136,646 00000000000002a382604f1e1d7902f64ea1749af9ac549e4222c7a2f78bc16a 0.08 MB 92 221
136,645 136,645 00000000000005f88e33b88894a4a64ff601fe4e2f57a33b82636d65e6468ca7 0.04 MB 101 203
136,644 136,644 000000000000017aaf53a15d1d6c3e6491c625ee7122f4119fd94f070362a023 0.01 MB 24 392
136,643 136,643 00000000000008cfa76dd5c6fe8600f1f0cc84ac180037440c185bdad6d05e76 0.05 MB 113 288
136,642 136,642 00000000000003f63c8d7faad17e31dd315024f159c4d32c343df107458c3160 0.01 MB 27 175
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.