Memory Pool Memory Pool Refreshing

12,219 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (174,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,306 733,306 00000000000000000001a22d4174f7fd50a67fbc263548de51f87d87a92a1732 0.49 MB 981 5
733,305 733,305 00000000000000000008cb779cf2726aa3a6c4b1cc27e8e459f5ca20b4c521fa 1.60 MB 2,980 8
733,304 733,304 000000000000000000033860324985f358ec545f81716cd9691e0105025ef41f 0.03 MB 69 11
733,303 733,303 0000000000000000000695857ad74ed7c4d81924d1e92af4e1457f1ed86d9c5b 0.61 MB 1,083 8
733,302 733,302 00000000000000000007a3ef83e8f9c7e3f084c77a466f001514015fd7f37485 0.02 MB 38 5
733,301 733,301 00000000000000000006cc518ab736fbba03d6adf74cf074118761324740570c 0.01 MB 35 6
733,300 733,300 000000000000000000048f8bb4b0dd614ce3d6c4c78875278bb8788b0c15c876 1.40 MB 2,306 3
733,299 733,299 00000000000000000006f4185fa5b7a78a78270dd00eebf427f15f886c612012 1.35 MB 2,310 9
733,298 733,298 00000000000000000006d02c7ed3a4c6d4652764254a6d8d44717ec34a664ec2 1.44 MB 2,544 8
733,297 733,297 000000000000000000028efa4811f645f5c9c0bdda1a80aca63bbdde3d01c3e8 0.06 MB 175 8
733,296 733,296 000000000000000000037f6747e959542eb85230f2d91a869a31339fc2d33c82 1.53 MB 2,128 7
733,295 733,295 00000000000000000000125461b60ec430f5343b865c6d356c2ec35c649891f9 0.17 MB 352 7
733,294 733,294 00000000000000000002fd85a0d865244f1d07d2030525cda2d5542a26801d99 1.05 MB 533 3
733,293 733,293 0000000000000000000522cf19e4a5e6bd413d5306b6ed0bd7188b177410c829 0.87 MB 1,623 7
733,292 733,292 00000000000000000008741e56b15cfa003263f9660b6563e23367be1613623e 1.22 MB 2,106 7
733,291 733,291 000000000000000000066c98e12ed284cf25ad3167ae1c5c6e02202be4261921 1.31 MB 769 1
733,290 733,290 000000000000000000041a41028a149f7c52ddf3508e0fb704c3539da8dfbe29 1.27 MB 1,722 8
733,289 733,289 00000000000000000004508cfe261e2ffed779477c0e1c9bed9f3e98f0529675 0.35 MB 482 7
733,288 733,288 00000000000000000008589b1f16e54394e8fdf18c6299d69829a474e94a8b31 0.22 MB 443 8
733,287 733,287 000000000000000000073f86abdc40fa3f8f8fa506ad2a872436bd4c4b4bb51e 0.55 MB 754 6
733,286 733,286 000000000000000000076cdb480c86d35c5c0da6760ad1d6a0c8d6fc9503d522 1.40 MB 2,124 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.