Memory Pool Memory Pool Refreshing

3,006 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (436,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,697 471,697 0000000000000000012bfdee97c3b502d5938ff371deafc7f9e7234988345d3e 1.00 MB 2,254 280
471,696 471,696 0000000000000000006843c2ddec0537f86af1589871f6ede03863698d68713e 1.00 MB 2,522 336
471,695 471,695 0000000000000000005a8b3e5a1b604acb573251d2b52a5860f3ff0ee313b17f 0.99 MB 2,202 360
471,694 471,694 000000000000000000b2d3c7a28524d64f1ffdc7ef6d9515cc272daea59b7507 1.00 MB 1,590 437
471,693 471,693 000000000000000000af407d97eb4aad64ec7687b153d6edb92d4edb824c6c51 1.00 MB 1,478 154
471,692 471,692 00000000000000000034ecfd37484258e5233948d45555fa2c9f509778103501 1.00 MB 2,223 248
471,691 471,691 0000000000000000017c67810d965e4ca76198bcc7a24d3143e13fbd79893518 1.00 MB 165 31
471,690 471,690 0000000000000000007b1f508b4afcdc332c57db877e45feb20028a7ffe36d5a 1.00 MB 1,499 122
471,689 471,689 0000000000000000008872418a4439f3a5d89369a4b73cc22a4eafe7ec3f7114 1.00 MB 1,377 243
471,688 471,688 0000000000000000011aaaa01d31e72d8b1c33a6ca442a8d29463da050a71b49 1.00 MB 1,580 140
471,687 471,687 00000000000000000056ca69852fd7b0d71cf3e3b7995b109fd304640cc85ebf 1.00 MB 1,856 338
471,686 471,686 000000000000000000838ecebd58942b6e0004920f6862808247b851a31a1ae2 1.00 MB 2,418 316
471,685 471,685 000000000000000000593715ad6ce55e23f88dfb6245e37ba97cdfdc25ab78d3 1.00 MB 936 52
471,684 471,684 00000000000000000016a633041120e7c2ff21b0ef329be2635917f875fab233 1.00 MB 2,045 300
471,683 471,683 0000000000000000010de1c9cd7a5353970f63cea0f0f3eacf536ab0e0aa0efd 0.17 MB 375 240
471,682 471,682 000000000000000000530fe5e80ae40ef7a38f8295d11c0531e1e6c3b3beda7c 1.00 MB 549 65
471,681 471,681 00000000000000000103cad1aadeda53b741b6fca9500cf6ff35c77ac0c0f53e 1.00 MB 1,927 227
471,680 471,680 000000000000000001218f30f2075d002ff05490d4b91e66f56b2164ec9f654b 1.00 MB 566 61
471,679 471,679 000000000000000000da53a65b9a3023a7409a0d5d0b411a5c223c7714e3c222 1.00 MB 2,139 242
471,678 471,678 00000000000000000087cd9c9999066e96062940a7bfcb61da6eb9072f13108e 1.00 MB 1,413 146
471,677 471,677 00000000000000000124e7712958f1d1590cbf080db8c0c58bf5b07f34980c40 1.00 MB 1,193 175
Previous 10 blocks ↓
Total Size: 769.38 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,644.29 GB sent, 94.88 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.