Memory Pool Memory Pool Refreshing

4,337 transactions
1.99 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
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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,641 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (235,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,179 672,179 0000000000000000000b0ee2b8039ad5f5d6cf0ddc66bbbdb8419093d850a39a 1.29 MB 2,626 142
672,178 672,178 00000000000000000003e3632774862d2cb91d84a2d93f4efd6f122ddfb19159 1.30 MB 2,782 143
672,177 672,177 00000000000000000002b28303680d93836fc0483735e027d332f314e4899d43 1.22 MB 3,000 138
672,176 672,176 000000000000000000064a663f8496d3ad31287b68830f4b43d0fad9d9e07524 1.36 MB 2,584 160
672,175 672,175 0000000000000000000b7d581a2729f029f3110acc6b1f54940610de169ccd64 1.15 MB 2,442 137
672,174 672,174 0000000000000000000abac9be99627f526467c217baa32fe592e72b8b30f584 1.34 MB 2,863 159
672,173 672,173 00000000000000000009a8323861378bc88bb9320719edad13a0f73454f45d49 1.19 MB 1,914 146
672,172 672,172 00000000000000000003faf5bb333308aa6b29962b7b668c04b655909cff249d 1.19 MB 1,481 153
672,171 672,171 0000000000000000000a18c6cc7b77e7465593d34c00bb08ccda91e54b37a1ae 1.35 MB 2,920 163
672,170 672,170 000000000000000000042940860ac057c09cc4bba4e3914f78af6ae82687ccd1 1.26 MB 2,684 152
672,169 672,169 0000000000000000000549450579f0fe8926974e6aa118a983496256007cd8e4 1.30 MB 1,638 149
672,168 672,168 0000000000000000000c5c1cee3a22b1898ca24d3fbba5d92ed3d78efca779e2 1.36 MB 2,516 161
672,167 672,167 00000000000000000008c4ff3ad94e142310c10e65b9f2864908c7ea7453e1ef 1.26 MB 2,145 156
672,166 672,166 00000000000000000009f67e26808c863ad84d03d12add247bef02032400b3cb 1.43 MB 1,692 150
672,165 672,165 00000000000000000004f147257df89fedb85b94fe25d739a18cf5bfbe95ef96 1.29 MB 3,021 164
672,164 672,164 00000000000000000007af1fdc5bbb08585e4fd9dea8d340f95956dccc7a6e04 1.36 MB 2,785 165
672,163 672,163 00000000000000000009f220452d440469eaad677892c9060c666c6d96c83985 1.31 MB 2,174 155
672,162 672,162 0000000000000000000c6f4c64f15891f2ae1552dab3aeeae48e4df1ab1a2d7b 1.24 MB 1,857 151
672,161 672,161 000000000000000000084b4dd8b1bb2bd25db8b968ce44d5a1f86e0c4bb309e7 1.44 MB 3,090 181
672,160 672,160 000000000000000000088331c703bb231c18e9d641c3f218213e3f22c3af54e8 1.19 MB 2,301 81
672,159 672,159 00000000000000000002390416ddce4ea2398ebef26c1250d71d83943cdfaf77 1.22 MB 2,049 93
Previous 10 blocks ↓
Total Size: 769.21 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,634.31 GB sent, 93.98 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.