Memory Pool Memory Pool Refreshing

10,533 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,127 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,943 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,126 (903,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,772 4,772 00000000d3774a7e7996feb4710590057f04ead5e3f41d901961f8c0d7d91b60 0.00 MB 1 0
4,771 4,771 00000000c3749cf6a535bcb7f151f6293319555fa0d2f1f30d327bb9a15b1219 0.00 MB 1 0
4,770 4,770 00000000b05b5db5f71378da335bb345f8f96bdfb9ad85bd8b2509db8fd7fa80 0.00 MB 1 0
4,769 4,769 0000000005ccdc54b0ef0e52a8062fe80420e936b9603d67f6ea6a2af7cd8be5 0.00 MB 1 0
4,768 4,768 00000000cdd7fcabf8a63ede42c8b9f6787bfb7612984f08b89a61a1e9944e09 0.00 MB 1 0
4,767 4,767 00000000a9c88d72a41ab7090d79b59e060997d6f8047cfc936e79509defa4c2 0.00 MB 1 0
4,766 4,766 00000000f2a927f7bd0cdb22d92e29dad8b5e5324a88c406644b076d102f4f01 0.00 MB 1 0
4,765 4,765 00000000941b0872fe8b25faf40e67bb37ab5aea35bb5247a46a7576368269f9 0.00 MB 1 0
4,764 4,764 00000000a93f8d177929005f9ce8f0587bee33b91a52608416c142830af86b42 0.00 MB 1 0
4,763 4,763 000000002353cb462f6b5df44370e63a1cb24e1a903302656001971a7dccf19b 0.00 MB 1 0
4,762 4,762 00000000f900c5330ca5eb43cf2b544bfc8402a867da09d161cd7cb8844d7ee8 0.00 MB 1 0
4,761 4,761 00000000a1f6c510c224a8eb71088e531b66381d64811fe726b33625bab3c36d 0.00 MB 1 0
4,760 4,760 00000000af3ed9ecf0445622130a671fd697e7740084083d4e0c0cd217cb6543 0.00 MB 1 0
4,759 4,759 0000000098fcc4e0227d5d7dcf7a2b16cc6fb29207c2c13e675d3d243f77a14c 0.00 MB 1 0
4,758 4,758 00000000e4c19a39bb0c60a79fc5a0ff27d2d00757b0071ae683c322b42eeef1 0.00 MB 1 0
4,757 4,757 00000000e4c4dd68c9b01657152de78cad5c6fafeb5f4687c68ef00f78b08956 0.00 MB 1 0
4,756 4,756 00000000f7d6eac50de0ec710620edbe20c462cbb2a4fa2f170c8a28909bf0ac 0.00 MB 1 0
4,755 4,755 00000000cfa68f53aa8ff725be603f359dff13e3849fc6ec84bc92dde2fd3232 0.00 MB 1 0
4,754 4,754 00000000173774686b3dd817865084b11eec3f6c29a490c4dda13f3ff05c8a5b 0.00 MB 1 0
4,753 4,753 000000005b44f14c9d8c2e3337fe41f2d75817da5ab5e82421e8274230691b09 0.00 MB 1 0
4,752 4,752 000000003c3b1159155620e2d100c6d6b73e3482f81401cfa8472f7d071edc69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.78 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,680.12 GB sent, 96.84 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.