Memory Pool Memory Pool Refreshing

6,454 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (728,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,634 179,634 0000000000000106226440260bac031d4b224eea885e4e90c171512e71a74891 0.10 MB 215 179
179,633 179,633 00000000000003e5ff5ae13d661d155b3d14e7108aff82543d79f14b75015a5f 0.24 MB 509 164
179,632 179,632 0000000000000201282a110c95672921847d9d044ebce55235cfa4dc92031d54 0.05 MB 118 121
179,631 179,631 0000000000000743cb828aac75e2950052a92ddd9bbfe22f668c1924ff45a2ec 0.05 MB 127 228
179,630 179,630 0000000000000955e777dd1f2d13520b92137b7b09b38a35a85c1027858fdb83 0.17 MB 243 113
179,629 179,629 0000000000000730c52a0a8cae5426186cda2a02162b7f4ba50b29005c107128 0.48 MB 1,024 92
179,628 179,628 0000000000000527d9242e05d8178d10530643555f084660d2aaa36c47f756e1 0.05 MB 108 72
179,627 179,627 00000000000001d998137cbac107ec77eae2ad9e1fc6addbc0c046628ec758fa 0.16 MB 320 147
179,626 179,626 00000000000000a23ed33c3d0d146704ba816f81743fb3f044ec12cff29c2072 0.12 MB 274 110
179,625 179,625 000000000000070f0921a0c320121d991021a2c5b2141a055981ec99c24abfd5 0.25 MB 629 222
179,624 179,624 00000000000003c58b1f7db8e1567acfb99168daeb519836fe922261f7cf5786 0.05 MB 107 108
179,623 179,623 00000000000007f0e382cc9fcf9fce03e616f6691dc9b6f9696c252a01b28e94 0.05 MB 127 343
179,622 179,622 00000000000009955923518ce666eca4d2c8be447da0ef5a54dc32517dd2378f 0.01 MB 31 15
179,621 179,621 00000000000008855a647b4767f0f8d882715acbd79e8f19f6ae136c9f9069b8 0.05 MB 143 48
179,620 179,620 0000000000000004b18702b97ad3c4a6e9653894ab288d9822a732f3ec633c4b 0.12 MB 274 143
179,619 179,619 0000000000000765ceb6255d33604aee5f53af1be5e52ec73a81e6cd84a591e7 0.00 MB 1 0
179,618 179,618 000000000000056b545209c8d83463f3b03f2303f6a4be56b3b3d6a7a5f6e24b 0.15 MB 356 187
179,617 179,617 000000000000094d1cd4a34dc758ee8e38677875f5bec319d9333b7068cf3f89 0.02 MB 35 34
179,616 179,616 00000000000005bfb95aabe3ccb7290da54e2ede77073d0d1e4725e83e64c95f 0.12 MB 304 248
179,615 179,615 00000000000008dd2dc4236c373b6851cecc80faf9c609b2dfa3e796f794af8a 0.09 MB 162 142
179,614 179,614 00000000000004e567b23144a579e5e7fa85fd3d42cddc4077bbdba464d64395 0.05 MB 111 162
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.