Memory Pool Memory Pool Refreshing

36,691 transactions
28.68 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,382 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,604 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,381 (63 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,318 880,318 000000000000000000018ffe791be0941a6b10c78e78380486dbe542d587bab8 1.80 MB 4,991 7
880,317 880,317 0000000000000000000250542028ddce3cdec61eba5b0eff367f11a6628ecfcf 1.82 MB 3,685 9
880,316 880,316 000000000000000000017096b81b06eccd11b77892ef83d96c63b17b9f9c0dac 1.59 MB 3,898 8
880,315 880,315 000000000000000000023591f6150f5e9da66437f7af0925a73548d89f190262 1.84 MB 4,139 6
880,314 880,314 0000000000000000000157e2759e5ba63859e965d64a7eb2fd454c04857f14ba 1.75 MB 4,081 5
880,313 880,313 00000000000000000000f98506167d9f53d2680568cdb5124faeb8f9e5adf781 1.64 MB 3,902 8
880,312 880,312 00000000000000000000680bd58594b41e933f903b71eb08472fd24c8042e622 1.71 MB 3,733 2
880,311 880,311 000000000000000000026945eb021521e371830841660d6546c21250e555f7be 1.70 MB 3,418 3
880,310 880,310 00000000000000000000db792f00e822d8af7056b9886dc0501e3a857a17b29f 1.63 MB 2,513 5
880,309 880,309 00000000000000000002296398933cb5cea67ff91066c9bcd9145d99b9a96b19 1.63 MB 3,396 8
880,308 880,308 00000000000000000001e3efad39446b3778b30798445ab743486a4d7d2f70b7 1.58 MB 3,420 5
880,307 880,307 00000000000000000000b1e5a29dd790042df2f1d53126b0c63298ed0593cd8c 1.90 MB 2,826 4
880,306 880,306 00000000000000000000cb7751297d678512e4a389fced2a940719b5794c77d4 1.95 MB 3,504 3
880,305 880,305 000000000000000000019058c532af98b1f2a56ce36cce1b130d625e146367a4 1.76 MB 4,206 3
880,304 880,304 000000000000000000024b3a88eb6562bb8fbe0cccb0f61674f9f9cee0d9d406 1.69 MB 3,137 4
880,303 880,303 000000000000000000016f471f29ae34682fbdd4efb515f93eae29d12e35e943 1.58 MB 2,646 5
880,302 880,302 000000000000000000013366056887a431a4cdb164bce515dfc779473a052dfd 1.74 MB 3,061 5
880,301 880,301 000000000000000000007e0d6017863729635e19e1141520d9c9f1aaa24936ac 1.77 MB 3,064 5
880,300 880,300 00000000000000000001bcdbff5ff954238d2beb1bf75c02bcc8d36041cb20ef 1.73 MB 2,970 4
880,299 880,299 000000000000000000008dd024f837c43c287690c15539482f1cb344fb692e24 1.74 MB 2,461 6
880,298 880,298 00000000000000000001222ed7ae10c237d5a35603ab656660a0e7f69ed2f41c 1.72 MB 2,751 5
Previous 10 blocks ↓
Total Size: 719.11 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,828.00 GB sent, 60.82 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.