Memory Pool Memory Pool Refreshing

11,671 transactions
4.87 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,978 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (64,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,596 843,596 0000000000000000000289124acd730f86baa307f19dd575c4f84ea83a19c25d 1.75 MB 2,657 14
843,595 843,595 00000000000000000001b74d236a985b936d7d6276ccfa730cb7757c99657293 1.68 MB 2,443 13
843,594 843,594 00000000000000000001e1f1e5138da705babeef5cbb51d6cce287f865631109 1.77 MB 2,275 11
843,593 843,593 00000000000000000002e037e3dbb724e3f95c30cac30d47d87dd6c1793d2563 1.66 MB 3,009 20
843,592 843,592 00000000000000000000d47454185788795ce017793ec598966b3fef87c5a247 1.84 MB 1,702 13
843,591 843,591 000000000000000000003897ae1b7bc7c0604a4aa0e44d81c24127c9370b09a6 1.80 MB 1,570 12
843,590 843,590 0000000000000000000209f42978094d3ba78bd89d1be1a93c200d6cb8c0f325 1.55 MB 3,600 18
843,589 843,589 000000000000000000027034010a4895e08abbb9bc5329a65c2650eefef5560b 1.59 MB 3,540 19
843,588 843,588 0000000000000000000301eb67afde88648d66ae5f5dd9eca809fb0da08dba6e 1.54 MB 2,129 16
843,587 843,587 0000000000000000000124be8d25c3a2a9e8025f346e217a166468618d286fc8 1.55 MB 2,673 14
843,586 843,586 0000000000000000000209d97c2185a7bd984a149f1d0870fc341b7d19f74817 1.54 MB 3,052 25
843,585 843,585 00000000000000000002f615bf320787fd25708991aa84f73a83400d8637e0df 1.47 MB 1,871 13
843,584 843,584 0000000000000000000134d6a771be13786c0f3899665f70a59a299d0ee8dc3a 1.67 MB 2,270 11
843,583 843,583 00000000000000000001f38826560ad7532166f408873107bacfb52921cfb9d3 1.62 MB 2,497 15
843,582 843,582 0000000000000000000279f07bb5c726ec9ce183f8c248792e0928c9b75b4af8 1.40 MB 2,697 18
843,581 843,581 00000000000000000000a53aa0ea6436317b5302bb8ca41c822059ef3c60be7e 1.31 MB 2,005 14
843,580 843,580 00000000000000000002ba9b9fc6fb9504b56e4629542fd307fd362b8b1ac16d 1.63 MB 3,411 20
843,579 843,579 00000000000000000003001f17cb4b814a9fbcb69e7cf68542548797b6cf1041 1.24 MB 707 11
843,578 843,578 00000000000000000000a14c7d9209c07111a4f56eef0892409462cc4f62dfb0 1.28 MB 2,524 13
843,577 843,577 000000000000000000011ce839f8ce30d0c3808a48d86e3926e3b8f2d57491b9 1.38 MB 2,826 11
843,576 843,576 00000000000000000002799299d0ef3a8958890c48244dac91491ad8c4af463f 1.85 MB 1,717 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.13 GB sent, 93.02 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.