Memory Pool Memory Pool Refreshing

6,278 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (583,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,645 324,645 00000000000000001b1b821311bc2a27784b2c43eecc8e58b66b34b5ed71e703 0.32 MB 577 31
324,644 324,644 000000000000000004e86f3b404c0cae4f0fb9ed56d2074f944c60a578131d58 0.33 MB 428 29
324,643 324,643 00000000000000000abec8ff50b49aba4b5fceb0a0d5d536ded8a46d755c9743 0.09 MB 165 32
324,642 324,642 00000000000000000a7033cc78f66e0f39e46ea7dd400a1d9c8598e59846af11 0.09 MB 170 24
324,641 324,641 00000000000000001b0131251d4a364955f6600ab8282d8d759ab10832ae949d 0.49 MB 506 21
324,640 324,640 000000000000000005ead24af71e951e99a3f0f54925a985797c720490aa92a3 0.75 MB 1,500 32
324,639 324,639 00000000000000001357f6df97cc1d9b68b4ecdc7dab5d661dfb7f691f18e226 0.59 MB 1,247 31
324,638 324,638 00000000000000000ba623cd8b6eb25a7e3ed492f2af1a74becedd2313fef40c 0.49 MB 1,032 27
324,637 324,637 0000000000000000130f753fadc444269084e5e8fa6fc05dc5f850fb3952a5ae 0.80 MB 1,011 20
324,636 324,636 0000000000000000161c202f1a5f62e297dadea04476314b3fd65de592a40524 0.03 MB 32 19
324,635 324,635 00000000000000001f3a4085d654b665006422de6715a56b13a887150daafbfc 1.00 MB 2,150 33
324,634 324,634 0000000000000000033d1924730133aa2a47e65cc090e509d02f74484c05fc10 1.00 MB 1,650 24
324,633 324,633 00000000000000000870ad861d3a9835a50aa89b6e61df989dcd3b58265501f1 0.54 MB 656 19
324,632 324,632 000000000000000012a5a41041012e59660c930506f00b31d23a5b0d59cb80a6 0.50 MB 1,469 41
324,631 324,631 0000000000000000085c18be04bfc92870134a6cf1a6a52d42f1a8eb87612e1f 0.15 MB 312 28
324,630 324,630 00000000000000001c6d399594717a4999aaa5be2743a8409a32f5a3f8f71b7a 0.04 MB 81 17
324,629 324,629 000000000000000004f754fd51c70e4a4bcd6e9f991ef37cd6645ff9bcf8f255 0.93 MB 1,776 41
324,628 324,628 00000000000000001ad6437143752acc8f5c98771708be5982473f5c9d1bdaa0 0.35 MB 628 29
324,627 324,627 000000000000000013a60d4ee337b0873a27a9bc3e0d659d40f05c1e446eb1b9 0.20 MB 320 27
324,626 324,626 00000000000000000717280d9d9ac23834a4e59f3fa6408738f2bac2c4a0c1f3 0.09 MB 183 29
324,625 324,625 0000000000000000124efcd98160187c2e59608579635416646074976cc3743b 0.23 MB 448 28
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.