Memory Pool Memory Pool Refreshing

577 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (860,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,777 47,777 000000001bf4ecb9acd5a1046fc07ee87c6b215eb2a405ed5432774865db9f78 0.00 MB 1 0
47,776 47,776 00000000321c88731159a7aa8f45868e39cd3ef6b6ea8c955d18d0c3ff278039 0.00 MB 1 0
47,775 47,775 0000000006833dcfa190aa0b056dca419604be426c6a5a612d3e1ea03aa08c39 0.00 MB 1 0
47,774 47,774 000000002e158e15b3a10e79a2606a5206db99461be739cc869e40a938eaa85d 0.00 MB 1 0
47,773 47,773 000000002ff743d637ebe908fc218d2d37f21fd04d0dbd1f3fbeff1e791df474 0.00 MB 1 0
47,772 47,772 000000000ef923775b263d79582e684ae7aab26c962defb09b73c76f7bcf22a8 0.00 MB 1 0
47,771 47,771 00000000285ca6d02b22f606ff68fadb03db0c48f898b5765cd6658d9bfa5d08 0.00 MB 1 0
47,770 47,770 00000000288a9a5cd8bdb486af2ce9d374e0a187e95cf175e7748db5c03eda10 0.00 MB 1 0
47,769 47,769 00000000310cf44ec987a0716af3fc41ea0bdfeadce71edb58eaa0d300c69100 0.00 MB 1 0
47,768 47,768 00000000084bb067323a270d041f61ffbab734741b195e6acceeed35de746c63 0.00 MB 1 0
47,767 47,767 00000000007214c8cb18925943861762f319e81b39c5273ea2036c805d9a445f 0.00 MB 1 0
47,766 47,766 000000002f3f364eeb5c73cf873d7baf4e5ce5449a31f2794171b7da49de5498 0.00 MB 1 0
47,765 47,765 000000000db208d8753bd7294659adb0838123d7293e6fbea8afd7b301cdda96 0.00 MB 1 0
47,764 47,764 0000000022f64eaa98a813b4bf93b59c7b23b59c94535f55de540c46939b9e2a 0.00 MB 1 0
47,763 47,763 000000000d28059f752ddcfe03ecf71f766a29ac66d6079a187c186d3d408720 0.00 MB 1 0
47,762 47,762 0000000007769b805d9a7be782b97aca8244376dfdedc995ac0b90e7db715a6e 0.00 MB 1 0
47,761 47,761 0000000032e5a94ff3dd8b49620a6bcf72e5342d0379d362fc4510d2e6c042c3 0.00 MB 1 0
47,760 47,760 00000000023e8aa90bbce06e8f86edfecb43be89eff219e88e1906d9868dc9c1 0.00 MB 1 0
47,759 47,759 00000000215da8a042ba3b4433374524a9719cf4a91c1a6692aaed81333edb48 0.00 MB 1 0
47,758 47,758 00000000244b89c9bc2bf91d36503a5dc70f0d3ca78aa7f9d7510754de8c1bc5 0.00 MB 1 0
47,757 47,757 000000001ff1b929b8542b8a8197c864eca3d8590731d9189b15ce95046f9f22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.