Memory Pool Memory Pool Refreshing

4,074 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (463,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,101 444,101 0000000000000000000564b28ad12bc5dee564333f7a3816444f9d76cfe145f4 0.98 MB 1,747 64
444,100 444,100 000000000000000003502ba7d14981099096c4aedc812e99aaa457ca9ceb2ac3 0.06 MB 115 68
444,099 444,099 0000000000000000035e166e51d03369f736ba5c379c5de23e8758fddab61f79 0.81 MB 2,000 74
444,098 444,098 00000000000000000191898c7805f585cb67343a59989953265ab05c3b25e2c5 1.00 MB 1,542 56
444,097 444,097 000000000000000002aa5b7cb479ad968cd252fb206d6536af050806e690e3d2 0.74 MB 1,200 63
444,096 444,096 000000000000000001e3d997935af0b4ab85829522f30da0f1ba56e6d11962a7 0.78 MB 1,403 58
444,095 444,095 0000000000000000016901f595a508600b53804fdbd13007978f7a430d6c93af 0.20 MB 475 79
444,094 444,094 000000000000000002d4b854b2d45039a8e924edf7c7aed167d8796377c1af0c 1.00 MB 1,954 65
444,093 444,093 0000000000000000015a7b89c379e227185bc7308067c318bab64512819fe09d 0.57 MB 1,176 70
444,092 444,092 000000000000000000df90438ca43158ed3faf83eba7488387881039b452f87e 1.00 MB 1,265 45
444,091 444,091 00000000000000000314d960abf3930db802ba6bdb9a543f7b635a6c492e993e 0.89 MB 2,051 75
444,090 444,090 000000000000000000fc557a711010085811ff323a37ab5ff593881d8136f846 0.99 MB 648 26
444,089 444,089 0000000000000000015123f4a234f17e7c77ee6d324b697e792123633c366ca8 1.00 MB 1,469 47
444,088 444,088 000000000000000001374f9313795762490109a3b570b558ed3a1ca4190726ea 1.00 MB 2,403 84
444,087 444,087 000000000000000003706bf23c6656a6e3ae206894456a7b13283f61d7eebee9 1.00 MB 2,233 68
444,086 444,086 000000000000000001cf077401aa68896790e93bd5daeefe79c7751c5923f2bb 1.00 MB 2,426 96
444,085 444,085 00000000000000000020576598d56d2ad41bda2696fcb77d11c3cd7b1194d058 0.99 MB 832 47
444,084 444,084 0000000000000000035d188a337c547d6bb8f2b7de822514bf1106e9af04dce8 1.00 MB 1,381 70
444,083 444,083 000000000000000003479920885054ff43f4813d5c616562c49da71ccaed6c7d 1.00 MB 1,908 74
444,082 444,082 0000000000000000005fb16f61c41b3fe9a409beb53787b9288690d0111c60ec 1.00 MB 2,165 103
444,081 444,081 000000000000000002a80798d036c84b8270fddd17a099ceb0e50707b800f0ef 0.07 MB 14 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.