Memory Pool Memory Pool Refreshing

2,078 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,984 0000000000000000000237740000000000000000000000000000000000000000 ago 0.88 vMB 2,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,983 (7,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,653 892,653 00000000000000000000096020abb27348f4e598abdb73b3b0b8c065ad0bf394 1.59 MB 4,063 7
892,652 892,652 00000000000000000000bb3ceb9c9e73201c8cf72256a3277f6e4b7f0c3f7592 1.59 MB 4,280 6
892,651 892,651 000000000000000000024e9ff04202b75130e440088591ec234c1e1a39f9d191 2.08 MB 3,503 2
892,650 892,650 0000000000000000000154a16ee5f5007dcbbe15b66192e17592e4ec4ffc3acd 1.71 MB 3,883 5
892,649 892,649 0000000000000000000135747659dc16fabd7237d397478affaf737ad68c0730 1.72 MB 3,382 2
892,648 892,648 00000000000000000000ecb8c6ede6df4dd36a5d45447fb206706036fcd9860b 1.36 MB 2,993 2
892,647 892,647 000000000000000000011d192c4070e2f61c56e0eeb5a5256840e18a9f050a53 1.57 MB 4,124 2
892,646 892,646 00000000000000000001200d1d1127507b904ffa0bd1b8a081301a747cb9d293 1.63 MB 4,246 3
892,645 892,645 000000000000000000011b06f48457761d950171b528c4aff4988c88c38d8ddd 1.56 MB 3,573 6
892,644 892,644 00000000000000000000c8b90d4ee1565f4956123dde5aa6468a35e891804d5d 1.58 MB 4,726 3
892,643 892,643 00000000000000000001bd3c341e0849fdbb67ea6745af160a22cf3a4df8ffff 1.66 MB 4,392 3
892,642 892,642 00000000000000000001eb9deb712dc986740d02dbb54ac08c7d9bcfe2483ea2 1.68 MB 4,391 4
892,641 892,641 00000000000000000000f3be1434e6726d9df4edb03f8d3fb42fc4047382979f 1.65 MB 3,661 5
892,640 892,640 000000000000000000022ee4611df95d7321f1ffa1e2a8c8b4d493565a5fa8de 1.59 MB 3,724 5
892,639 892,639 00000000000000000000f804e4a4b11120b6b0cab3b15b521913dfbcef78ee46 1.68 MB 4,117 2
892,638 892,638 00000000000000000000df6c1b3f96f43a7833592bbd4bdfb296becc798f28d9 1.69 MB 4,262 3
892,637 892,637 000000000000000000013f080788e18836e42ee374b452f9ae50de0dcbb401fb 1.67 MB 3,888 10
892,636 892,636 000000000000000000004f58309d6e4b607a05f557fab3ebb463384465d63337 1.54 MB 4,139 2
892,635 892,635 00000000000000000000c2d6671fb03657b23a52a7b6d65dd85dba4a42ca6ab1 1.70 MB 4,370 2
892,634 892,634 00000000000000000000025fb8bdc692aae1925c2db35942e799a9153757f797 1.65 MB 3,886 9
892,633 892,633 0000000000000000000070c5cd8304dd8785276b0b726707dd20e896468ac31b 1.65 MB 4,644 3
Previous 10 blocks ↓
Total Size: 755.95 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: 546.45 GB sent, 27.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.