Memory Pool Memory Pool Refreshing

2,113 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,112 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (803,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,962 103,962 0000000000003dcafd9270d7d9fc0642c4662b05fbd133a5daed3a6378353832 0.00 MB 3 0
103,961 103,961 0000000000005c8e4bfb0c34c524e5e1420c687cfb879f6b74e510d673f40a9c 0.00 MB 11 0
103,960 103,960 0000000000014d5cb7bc851e96027213cb4aea4eef774a5fa550fc5fdc719476 0.00 MB 3 0
103,959 103,959 0000000000003b92731a7ce15d54e2bd4858c7877b75ad603defb324824fbb30 0.01 MB 7 0
103,958 103,958 000000000002055a179aa185de281da76ce6de1d0df94a7bf4ea642dff0070ae 0.00 MB 3 0
103,957 103,957 0000000000005639d7aa5a5c32c9c2e622040c5cb4ded25a9201254cd1c09468 0.00 MB 3 0
103,956 103,956 0000000000021a0f26ff0ce2886df429be96cad79a329ec49ac8891ab01e2588 0.00 MB 1 0
103,955 103,955 000000000001e451751d30da428f0bd96efce6cb8ca75f99df38da4cee98ea6a 0.00 MB 5 0
103,954 103,954 00000000000106a830f5a9e7e595301bd2ec973c8a338eb1e77d78bd60257a76 0.00 MB 10 0
103,953 103,953 0000000000001417e337296ef1016e0200df12d1e942ddc3d3161997d4deac7c 0.00 MB 11 0
103,952 103,952 000000000001c4f1bc672b9f5dc108be7fa45ebfe401319d6a3ccc590988a2e4 0.00 MB 12 0
103,951 103,951 00000000000272bde3ed3e17d4bbf0541f9038f782f58571a0cc757acc3d936a 0.00 MB 9 0
103,950 103,950 000000000000fca2bc976f324376f08bc0752014deb776414710d029bafc3663 0.00 MB 10 0
103,949 103,949 00000000000093bc9e7b7341161b4425dc2c0f6de6c66e88bd3df24e572af94e 0.01 MB 23 0
103,948 103,948 0000000000004728be7c352a26824a2c95b16e607953c6b05a03eb6de9246a33 0.00 MB 2 0
103,947 103,947 0000000000010d0d20a6f7c49d7f3abf28ee645fe6ed082f9c5fb340b2064557 0.00 MB 1 0
103,946 103,946 00000000000203b03005254d981d9415016df2c499c9213bbad0fa872dbbb609 0.00 MB 2 0
103,945 103,945 0000000000027150baa344cd9772588dc1706c790a1801bf41eb0ac84ae83253 0.00 MB 2 0
103,944 103,944 0000000000005440138c430edc7a80f0def52298870ea1060d0ccb0d944eab1d 0.00 MB 1 0
103,943 103,943 000000000002b80f586d381cb1fe7dc1648c9b912d062fc491f7cdb885064b8e 0.00 MB 4 0
103,942 103,942 0000000000016b8fd8cbe0a986315525015e4047a7c7f3add128f1ec7e63adb7 0.00 MB 18 0
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.