Memory Pool Memory Pool Refreshing

5,313 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (615,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,064 292,064 00000000000000005919c1064a6dea090569b0f0c2492d5c4e2f3ba6014df81c 0.14 MB 226 29
292,063 292,063 00000000000000006ade33f20adf50de38fdf6c416abb2aafeed6f4fa841b6d4 0.06 MB 128 39
292,062 292,062 0000000000000000af506c255864dedea78d0a097007c7fba4943f39659d0959 0.04 MB 89 29
292,061 292,061 00000000000000007e32c87f8986f273603b07b15878ae09ac2a3a91154dd59a 0.07 MB 109 21
292,060 292,060 00000000000000005dddb4a39c2c82587d399f597854ac5deebb1600e58d1c51 0.13 MB 300 30
292,059 292,059 0000000000000000f35511378224f87b29c82fbd8f08fc0efc8beccaa6be9bcb 0.04 MB 105 38
292,058 292,058 00000000000000003e115c39c7a998190d8deaf6c20668ea46501a9a3dde869d 0.29 MB 636 39
292,057 292,057 00000000000000000de107ddc7c4883f1725da8812f83bfaa03ddd53c538b06a 0.04 MB 71 9
292,056 292,056 000000000000000057205673428b5d6b75975f56afe136d0c7b25dcfc7919cf3 0.27 MB 577 32
292,055 292,055 0000000000000000dfd784db617cf035f56f5321e48864f36df3d40cf1bad03a 0.60 MB 1,313 35
292,054 292,054 00000000000000006c84f35288fdcc8ffd4f867823eb1897ece8367e12f58ff8 0.10 MB 22 11
292,053 292,053 00000000000000004f48f1bf82ae9055ed46fa6a1dc0964b83738238425f55e2 0.91 MB 1,911 33
292,052 292,052 0000000000000000f0d4e1ef547e8b4f9429157c22f0a49b26f72da45ec2991c 0.01 MB 20 14
292,051 292,051 00000000000000009e0ec6c7a9fbd6ac117239752ef31403b01ea8b914d5dc13 0.51 MB 503 23
292,050 292,050 0000000000000000238f3dfcd62178afe279467129b9f529af579732e737c5d5 0.03 MB 64 27
292,049 292,049 0000000000000000c2bbfa43ccb68eb0e04d709d5ab1f03b815107c78ca8ec76 0.04 MB 133 38
292,048 292,048 00000000000000003ab1c5ba42579d9fa0be3b923fb927a4617e61d6b78cc877 0.27 MB 563 39
292,047 292,047 0000000000000000490572a4e33f2159ad4a80d50f65f2c47e787c54a6ad073e 0.08 MB 106 22
292,046 292,046 00000000000000008f8486f49915c18c70d6644bde79fd0c90ff77b01e638893 0.14 MB 268 32
292,045 292,045 0000000000000000d4292febc13e2c7684da73d13f9f033fcf4a68f8ddf2ca28 0.06 MB 128 50
292,044 292,044 00000000000000006e2eece705220322a7260aadb688fa7266a378506542c59d 0.11 MB 268 45
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.