Memory Pool Memory Pool Refreshing

5,694 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (101,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,989 805,989 0000000000000000000347cf2b7e162c93924dc7223b4b1390c438848657870c 1.81 MB 2,378 12
805,988 805,988 00000000000000000004873bbfcec02cba0515793727a6171221a8c72dfc2a18 1.55 MB 2,486 17
805,987 805,987 00000000000000000004065c1c78a5bb648c6d7504517574aceb1deed8a9ca0c 1.76 MB 4,918 9
805,986 805,986 00000000000000000004100792d8f6349d663752a2384d1bce67bf6e28a80ce3 1.44 MB 2,472 12
805,985 805,985 000000000000000000021f9697b7bfdb13b4e41d8b44680a65c2f0e9606e1e63 1.58 MB 4,118 11
805,984 805,984 000000000000000000031813b9da1d6c857cc4f2588c7ea14b1c8bba606a8f93 1.90 MB 5,542 8
805,983 805,983 00000000000000000004e59487a52fa5b7ece31a2905fcf868bf429ef6dfbe71 1.66 MB 3,685 9
805,982 805,982 000000000000000000046b3c0d0c3a9e1c297990d34269ed750d6624c5c4d120 1.60 MB 3,930 10
805,981 805,981 00000000000000000000494b142fa54979b958b7b9d8863e97f12b7ab70b2b02 1.69 MB 4,192 10
805,980 805,980 000000000000000000042d999921e4fb13ca6c4e3d947cf6bfb2a46206470759 2.01 MB 6,058 10
805,979 805,979 00000000000000000000cfab4aabe51fd960fd7e31e0699ea06205f7b8646f55 1.75 MB 4,207 10
805,978 805,978 00000000000000000003ab96b7cf7cafb3cfbb6c0aa91bc7464523fb620817f5 1.48 MB 3,342 14
805,977 805,977 00000000000000000000c4bf58c07a2e348bca97259fbce9b8b981d16fbd8c5c 1.85 MB 5,113 10
805,976 805,976 000000000000000000025571d5112d7993204212d008d83a3aa71092750b00d8 1.68 MB 4,013 9
805,975 805,975 00000000000000000000f159beed7e2a0cd7757ea096dd4941d23d82d8b92eee 1.96 MB 6,522 10
805,974 805,974 00000000000000000003565b1c2d4cfff8ff7783d703b029cd138d0683367ecc 1.59 MB 3,446 11
805,973 805,973 00000000000000000004c5bc0b40b7551eae7edb7950df8d29f534f521db25e7 1.82 MB 5,134 11
805,972 805,972 00000000000000000004dadc1bc86f597d3977a908ef37063ca93036d365f7b0 1.98 MB 6,226 10
805,971 805,971 00000000000000000001d630acd1639104c61d00f3f9298f69e03e16b138a3b5 1.77 MB 4,966 10
805,970 805,970 00000000000000000000ca26b770aadcc2102f19ff48a18f7288948ce5d29820 1.65 MB 3,115 9
805,969 805,969 00000000000000000001d0788a76a4f4d5c6a063d3e3af3457092420bdf1da95 1.42 MB 2,560 20
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.