Memory Pool Memory Pool Refreshing

17,484 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (738,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,932 168,932 0000000000000048070db4470a81ead5edd557646267fb1036527680c63a4f05 0.00 MB 8 19
168,931 168,931 00000000000003af10d74190d500a171905079d43c71bbd16fe329b5802e3549 0.02 MB 39 100
168,930 168,930 00000000000004732c0d79eec2c4e685f8f43fe85f4b66da5887edcd4eb63233 0.03 MB 61 49
168,929 168,929 0000000000000a59a1caaf1e6e6fe11482fb090c2325868df550195583573ea3 0.01 MB 27 0
168,928 168,928 00000000000007c46af09fd9f1f620ab8093454a217f3298c84745d46ba5f658 0.01 MB 37 140
168,927 168,927 00000000000002e01606108fcb9dbd9c8367c47a4e85af3cfca1c4e64502c35a 0.00 MB 6 25
168,926 168,926 000000000000064f966a64587ba34b3e87ca4b4083814e4ecc9911e03672bb1a 0.01 MB 28 16
168,925 168,925 00000000000004d8b08775d5ae07d9884c1705a00b7b899c1da5dee1750c9a1d 0.01 MB 15 76
168,924 168,924 0000000000000a602b762f5439757a58df196ae96e2683199798b3674adddd9d 0.01 MB 22 67
168,923 168,923 00000000000007d74d0ff1d3e7cb8e44479eba485ee4d9018ea2cfc35a5e0caa 0.04 MB 80 31
168,922 168,922 0000000000000757e7c8bb242b0b5f78696b1af800e1960d3bfb7cb57655c4fa 0.03 MB 36 49
168,921 168,921 00000000000006da5de090f524e351dddeba0b679732a6cf0f727c640a260018 0.03 MB 57 67
168,920 168,920 0000000000000578aaa988c974b32d7dc3d3b1ddaf8e7eca7d29d5ef8c3267c2 0.01 MB 23 48
168,919 168,919 0000000000000557f96743572142076a8409e4f378f3fe1ff50112a5a550d645 0.01 MB 53 0
168,918 168,918 00000000000006aed91a5bf470ee00039ea3da5336ae89e8c20e046e4ae245ab 0.02 MB 56 100
168,917 168,917 0000000000000583798045c4620052e59ed9ce06ffad6e7a8573771bd30df229 0.00 MB 10 0
168,916 168,916 0000000000000c27b4400de9f6f9b9058f6dd8d0c471f54dfd282d30d0b35ee7 0.00 MB 4 157
168,915 168,915 0000000000000747a1b0f01ad27d94d98e805d875fe93b8519dd5364ebbee929 0.02 MB 57 121
168,914 168,914 00000000000009131bff914dd6fb84b84357379c47c71ee9c3374543f62d3e97 0.05 MB 126 82
168,913 168,913 000000000000033a469379da6e3fd3a87815b4032d8393fc147f74232daf76d5 0.02 MB 21 63
168,912 168,912 00000000000002819000581e841ccd5b76b1f9772a69617e656236daaf2bbf8a 0.03 MB 56 41
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.