Memory Pool Memory Pool Refreshing

7,129 transactions (2.69 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,171 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (869,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,598 39,598 0000000012a0f86da5bd04538eaa03b2c327639a8f7a6bf0358b8e345a236adc 0.00 MB 1 0
39,597 39,597 000000008ae039ecee854d64e35bb0e08d98b475322ec6087883eef3aa6a3a8a 0.00 MB 1 0
39,596 39,596 0000000002317012bda435189040356f3c8cc95610036af751f418800d1baff3 0.00 MB 1 0
39,595 39,595 000000004b314af8618ea948a02a699934f7cfb6975e9f76179febc13656beda 0.00 MB 1 0
39,594 39,594 000000004a262226d071a00821dcbd8dca35012af5a015b9d9f6fe52c3e002a3 0.00 MB 1 0
39,593 39,593 0000000028d0732ed48cce1c4dc8f3f4441a5d2fd10554c281c7bbd1d9ed1346 0.00 MB 1 0
39,592 39,592 0000000032f9e510a0a4a6088cd2a444c7979606c107f3d99c62bcfe9cba5ad3 0.00 MB 1 0
39,591 39,591 000000002e14e8e41b3e54b1ef3da726c115f823678d522fbd63cb082a58e5d0 0.00 MB 1 0
39,590 39,590 000000006bcf66949ddb89f11de602a199c7d0318fb8f714aa37d0593ad0407f 0.00 MB 1 0
39,589 39,589 000000006b4031ed80604f99f1b12820bced08ca8bff74d3cb5cde721bd3f3ee 0.00 MB 1 0
39,588 39,588 00000000742994d9574d8cb6d57dacfbe707cd9293a5cb5177cd340417c9a71f 0.00 MB 1 0
39,587 39,587 00000000598d31142cb773e8b586204665a5adc49a6ae19f980c5a096dd62353 0.00 MB 1 0
39,586 39,586 000000002dff8a7ea4437f982bf811daef81228eb6231a578e6f55cd9d757cf6 0.00 MB 1 0
39,585 39,585 000000005636089f8376cd3c3f3de7fd2bef8cf5e1e56b69eb1cadaaad99a595 0.00 MB 1 0
39,584 39,584 000000002895c3c0d5c5ca3d4329a56041560cc67327e6d9d85fd3eac793e38c 0.00 MB 1 0
39,583 39,583 0000000086b5b2937832d12c4292e9f8c87ad00c596f09f3af46f3aad296d5c8 0.00 MB 1 0
39,582 39,582 000000007b29d0640502fb9d4a54869f0ccbeb9b1c9b2ad9e81d9b1a3c123224 0.00 MB 1 0
39,581 39,581 00000000073b31dadff5473a33b2e75088b1c56c4f9e1563f28b745684fcc84e 0.00 MB 1 0
39,580 39,580 000000004282b59adaefe7398e8581db964acccd435f94b607a93a8b3c26d764 0.00 MB 1 0
39,579 39,579 00000000445e50256eb75868000989869c38aadb3672146640e380721bad18fa 0.00 MB 1 0
39,578 39,578 000000002ce3cfb2e31aa866ccc2362bf3426c7b9d883e250386c99f4c0abe25 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.39 GB sent, 103.71 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.