Memory Pool Memory Pool Refreshing

4,236 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,654 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (762,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,963 144,963 000000000000048a49245d9eff1f00d37c33a5c83944c7a6d02a07c57eb6617d 0.02 MB 49 75
144,962 144,962 00000000000005f025dffe870fa2a97b2379f2bfc4a2c99ef072bbeefe67e3fc 0.04 MB 145 91
144,961 144,961 000000000000039757eccd1c503491387d7be88e9542b7c76fb6db3860a8257d 0.03 MB 66 132
144,960 144,960 00000000000005d0ddb5104d796151811609b9920f98059bd4f0b79f26eeef9a 0.05 MB 59 99
144,959 144,959 0000000000000309a58d6f33da63cd0d87bec7418b054181d36178edfebc9749 0.01 MB 9 42
144,958 144,958 00000000000007b017cc79c93f645a39eb8c64d4f02a7195d3d05e4e81364589 0.05 MB 130 184
144,957 144,957 00000000000001281d28747175dcd65e15c7eaf6f715acbdd8a84a0f069ee653 0.07 MB 151 161
144,956 144,956 0000000000000400a303726c339e602e0936be865056f1bb99702a99bfac53c1 0.05 MB 103 191
144,955 144,955 0000000000000848e75a6544128f294960d33a694004c14a0871f425debf9580 0.02 MB 49 349
144,954 144,954 0000000000000949d0668a9aa61ba0f5534851b1a034811a5e7a1af4c8c1144a 0.03 MB 84 40
144,953 144,953 000000000000042226db89db44481951658c1e643fc3149f30863d8fc26c13c0 0.03 MB 54 255
144,952 144,952 00000000000004a28913f8529e42e43f88ca78d0e7199228b89424139e10991d 0.05 MB 102 100
144,951 144,951 000000000000003ca7ffc2db8a9dd3a04455043feaba01387cdcfa9a4490faef 0.01 MB 25 96
144,950 144,950 00000000000006c9987011564895927d385b59b06e1ced7a96d2d28a243515ea 0.05 MB 153 22
144,949 144,949 000000000000092b2fe6274532b6184838846e8b57ce8708fafdab602d2d9dd3 0.01 MB 15 1,272
144,948 144,948 00000000000000e43cc56fcdd6dc9ed835e27c5a3164a88f496cf4a1550c647e 0.06 MB 123 111
144,947 144,947 0000000000000424e388c74c4f3ac0ef128ec57a7c599f88f79a35fd467ab46c 0.00 MB 11 524
144,946 144,946 00000000000003885e8a0863d48308ce7635c63462e760acae0f875294532797 0.00 MB 1 0
144,945 144,945 00000000000001cd8aaab9c229a034b3201939be0fc759a0e6baf348bd39ac6f 0.05 MB 122 212
144,944 144,944 00000000000006ac474e7fb400fa7971a1003fbc38f970507d65d77c25582922 0.05 MB 101 329
144,943 144,943 000000000000042f4cca33fdc6d5c6d0302f5b3e6d73f1cb5be91de17fbd5636 0.03 MB 47 322
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.