Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (61,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,685 846,685 00000000000000000002ff03e0bdcc160284720796bc8e1b0c2c0ca60ec72a91 1.42 MB 5,163 34
846,684 846,684 000000000000000000011d0d5229f4c154d56864809ff8b87475317842e792a0 1.68 MB 5,183 44
846,683 846,683 00000000000000000000b4d696970c986c8ae3b606ddf288be02d2543d0e261a 1.72 MB 4,223 31
846,682 846,682 000000000000000000001d75974b6e5a8468d29c32adc69c706040ebc0aacf5b 1.57 MB 3,982 43
846,681 846,681 0000000000000000000001f975dd04749b2391510bafa88833a2a08aede7244e 1.51 MB 5,710 55
846,680 846,680 000000000000000000024484b63fc987618812d49e1739c70c6a12b9b2ea9a13 1.46 MB 6,494 73
846,679 846,679 000000000000000000032b91acdaaf16f8c40d46afeb835c3ac604860f905d56 1.43 MB 6,570 68
846,678 846,678 00000000000000000002095edb28a9b0ee5bdcf4f74414febc77feb957013963 1.40 MB 5,782 69
846,677 846,677 0000000000000000000020e17f39781fe43d93ca645436b4a916fadc2c27d9db 1.63 MB 2,658 36
846,676 846,676 000000000000000000000452486dc39668827832d99da84e2d01ff287135545e 1.74 MB 4,369 38
846,675 846,675 00000000000000000001ec80dbbf8da0d13d0683bde4d35946510698976cfee3 1.68 MB 4,257 43
846,674 846,674 000000000000000000003af90bd12a1674f73be495cd82159d21c6531f519a9b 1.51 MB 3,841 44
846,673 846,673 00000000000000000001ee8698c1736e4b3533036a35285dfde4d3272e9d0608 1.52 MB 4,901 61
846,672 846,672 00000000000000000000cede299beeb3724f258939cb5d40353c9d516987c7e5 1.42 MB 4,979 55
846,671 846,671 000000000000000000026f70bf695ea1a0740ff321d412c7903f63271f2e98a4 1.47 MB 5,413 57
846,670 846,670 000000000000000000024f4c76c03f86bd430c4d4a8948df1c799cd6de5ff3d1 1.47 MB 6,172 63
846,669 846,669 000000000000000000023596ea03374d109a169598ad09066ed76622bc0ccfc7 1.46 MB 6,657 64
846,668 846,668 00000000000000000001bf825ae698178af50c1b833127aa083c3010b174fe0f 1.49 MB 5,608 76
846,667 846,667 0000000000000000000314407828d84e5c12fcd5cd301f37ba6f115006972ff0 1.47 MB 5,105 72
846,666 846,666 00000000000000000000d17f2c0c9dcacf1d1ef2a0808457e81a8eee78628974 1.45 MB 6,507 42
846,665 846,665 00000000000000000003183c5d7b6305a34788bd2932703a509b864499b31da1 1.49 MB 5,869 48
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.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.