Memory Pool Memory Pool Refreshing

5,752 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,535 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (454,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,954 452,954 0000000000000000027bc250c4c40a01e5602f34eedc837e181e485800322aa2 0.74 MB 1,974 103
452,953 452,953 00000000000000000182e86883af6d449fdd6f8813b07325af475fb5f23d679d 0.01 MB 28 113
452,952 452,952 0000000000000000023192b2b9d6573515c8d1d98c93cd47e9d52050dbac0ff2 0.70 MB 1,465 87
452,951 452,951 0000000000000000005e09f7c9c6108d0283ab57585692becbaccbea766d35eb 0.07 MB 197 98
452,950 452,950 0000000000000000009ac2262ba628d311260e104bec36f34a16a85af4a32e6a 0.00 MB 1 0
452,949 452,949 00000000000000000013b32566d4bf4d5088a06bc8e471a9f25bfb204b12d346 1.00 MB 1,521 56
452,948 452,948 00000000000000000285b204fe86566974211a8ff4e19e8f0e62e047e18c3001 1.00 MB 1,905 80
452,947 452,947 000000000000000002191a3e0f00271ff06175fba8c17dc6150142e6f01f92fe 0.73 MB 1,806 104
452,946 452,946 0000000000000000022b2da0300f15f482f0e081e2ecb9e186aa71ee7ebbdb9e 0.09 MB 162 61
452,945 452,945 0000000000000000002b9c3f815097e57cc0a7318d0624bae744a3016a6233d3 1.00 MB 2,577 104
452,944 452,944 0000000000000000001d968ecc1e914920aa659aca57f6056f9022ee20f07d4f 0.81 MB 1,194 67
452,943 452,943 0000000000000000000e0602aa51cff9c7135b020a43ce0757b802a02a401777 0.00 MB 1 0
452,942 452,942 0000000000000000002815fc008a2af9daac302be7cfc568b1dad265f638ddd0 1.00 MB 631 18
452,941 452,941 00000000000000000038684dee6241a995bab1372be01f14f51ae184c3790dc2 1.00 MB 1,804 70
452,940 452,940 0000000000000000007f67fb8a0f1fe73882b836bac5a0b0335057df701f312b 1.00 MB 2,254 107
452,939 452,939 0000000000000000016b714fab1e96ab3e9db4733c811ae578aef6d6cdaba360 1.00 MB 1,743 44
452,938 452,938 000000000000000000550d6d16cc85bde8a77228c77f2249370ec2e0217b9555 1.00 MB 1,946 102
452,937 452,937 00000000000000000027be3839b56691222bc79ce2edd3c0555c95d45e0fb500 1.00 MB 2,867 49
452,936 452,936 0000000000000000004e7d3a6ae6ee2a7a78c33ba07cf554a145b9176991d9cc 1.00 MB 1,541 93
452,935 452,935 000000000000000002517b6d1d0fd1136ebd9c87cd8fe30a5ca06368674aece1 1.00 MB 2,183 83
452,934 452,934 00000000000000000088d06001a8c7dfe5362e775148ed467ea24b6ca975894c 1.00 MB 1,753 75
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.