Memory Pool Memory Pool Refreshing

7,764 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (848,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,741 60,741 0000000008d62e81a975011963b95a892d379f39096bc20df3e63453db4456cb 0.00 MB 3 0
60,740 60,740 00000000024acabc0ef4c385d5dde7c0831e30a36f792b05f5df6c36c798dcc1 0.00 MB 2 0
60,739 60,739 00000000045a9a4a68b56521b1058461cbb000fa24d9ee0cf45807293f0dce97 0.00 MB 1 0
60,738 60,738 0000000004470507365d2233f2c78cd3f2d536059e331f18cf4f616f4fcbf6ee 0.00 MB 2 0
60,737 60,737 0000000007ef5cb2434d02eccacb78e29cf2e819bf0b5b70b1b0bed9b12e89de 0.00 MB 2 0
60,736 60,736 000000000d8b8115b4eaa0104cec08ba5fb1a605a9f6775f724c7da57727778f 0.00 MB 1 0
60,735 60,735 000000000773ce7edd01a8c6cb6535a0f9ce8441d8e4d09064ca9a88ee93f681 0.00 MB 2 0
60,734 60,734 00000000020841b8fac206d86cf46ad548c71cf9b76c3aaa7b3093a0f487c94e 0.00 MB 1 0
60,733 60,733 000000000958268fcd91be301588333892d6d3816bc7568100a9a173c67f66be 0.00 MB 1 0
60,732 60,732 000000000658c2fd5395844420d94ac9153a560c09876ff0103ff23e658868db 0.00 MB 1 0
60,731 60,731 000000000639ef41105456e19fa342c379f42dbe35f905a28f31b920301cdb73 0.00 MB 1 0
60,730 60,730 00000000002f5d766fbebe6b7051070d4fcad2651038788d58927aa56a759412 0.00 MB 1 0
60,729 60,729 0000000004bb0ef5d340127480bcd322f0dd644dcf99436489a557f89c3f32c1 0.00 MB 6 0
60,728 60,728 000000000c9ea0af03c8259bb1bc0e7f1508e104234bc9b38196ed39e2b5c73f 0.00 MB 1 0
60,727 60,727 0000000004ff32ea46ce9a92304d7638dca35a12c7e25a4bcddf0ee8e6ab496a 0.00 MB 1 0
60,726 60,726 0000000002c1117a40661bc2e453811c93339afb37d280a831ee0648bdbc3f26 0.00 MB 1 0
60,725 60,725 000000000c3c0984ee55b2db3d120f499191c39bf465512dc239522cbe1de5dc 0.00 MB 8 0
60,724 60,724 0000000003fbe25ec57d2cd3cb46d1c44f6c69284e1a845a406dcc6e07c92688 0.00 MB 1 0
60,723 60,723 000000000413774dbccfe658262f4183e37099e24c3d6f8cea8c5d700837b2a2 0.00 MB 2 0
60,722 60,722 0000000003e3af39ae9953144dc7f8b9eea626ae6d98d784f7ad61e33e2aeae2 0.00 MB 2 0
60,721 60,721 000000000cc2fa5b3c57a140e2fe78431391346ce48a90fb950881f8f9be1be0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.79 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.