Memory Pool Memory Pool Refreshing

5,223 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,101 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (15,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,964 891,964 000000000000000000006b8f5c994fb6769cc23de2170f4118f87a8ba79f2417 1.51 MB 3,000 5
891,963 891,963 00000000000000000001d0db6f3ec643be4ead4fbafc205c30197162518f23bf 1.57 MB 2,732 2
891,962 891,962 00000000000000000000ac7a341bca963a27f8375d7c2c1270f451fb93b51c69 1.70 MB 3,489 3
891,961 891,961 0000000000000000000183a4b1e5885d23d28fe30e8a2bc0e5a70ec587d4d1a1 1.65 MB 3,134 7
891,960 891,960 000000000000000000015f2b40c6406ffdc5f00dd59eb34bc8566734bdd48aa7 1.50 MB 2,999 3
891,959 891,959 000000000000000000016a4d332061217db7566edca991bc66f169790c4526fe 1.67 MB 2,952 3
891,958 891,958 000000000000000000024f90b40ea5a61c5fb6b49c0ad92ba72e04fd77adcc70 1.65 MB 2,619 2
891,957 891,957 00000000000000000000203d5e3d8c3982b48aa04b9636bf47ddac795250a35f 1.59 MB 3,705 5
891,956 891,956 00000000000000000001134af9f55ed51127ed28ded646e810c36cca7b8210ca 1.66 MB 3,615 2
891,955 891,955 00000000000000000000c276ade0a234887125e251c0860c2d1369d45fc5bee7 1.58 MB 3,654 4
891,954 891,954 000000000000000000007f619782afd77a2bbc8c1ef15ce91605f2384165e8d5 1.65 MB 3,508 3
891,953 891,953 000000000000000000015e2a2f3ca2ac4bc06314a2b4f5df019382e1ab0983cf 1.69 MB 3,221 4
891,952 891,952 000000000000000000003d9a1a59f93a992c0858d3d15627a87fe5649b76563e 1.62 MB 3,712 5
891,951 891,951 000000000000000000017e827433c75df939feb0d4d31b85444f4209b6284d99 1.48 MB 2,585 3
891,950 891,950 00000000000000000001d82e3c1eebe257efcd436e79b48c5e5454e8b9500ff0 1.73 MB 2,366 1
891,949 891,949 000000000000000000000f3fb8d06582c94b73dff6e3a7a8e5e254524c9a27c2 1.55 MB 3,561 3
891,948 891,948 00000000000000000000560d88e48cf15ea4c0ff2a16bae578df44cce4f77fdc 1.64 MB 3,776 4
891,947 891,947 00000000000000000000993a630fc9a2b79f1e0629215a74ad6f6916a3fa869b 1.50 MB 3,561 8
891,946 891,946 00000000000000000000348aee18df9e66b408e96f420e562fda731465043791 1.74 MB 2,803 4
891,945 891,945 00000000000000000002061c55f94a63751e8b7c60b20cc8cc95e85438ba0a7f 1.58 MB 3,455 5
891,944 891,944 000000000000000000000f4949397020a6247df655a056b74c38120fd666efef 1.45 MB 2,414 3
Previous 10 blocks ↓
Total Size: 769.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,645.89 GB sent, 95.19 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.