Memory Pool Memory Pool Refreshing

7,036 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (595,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,043 312,043 000000000000000020def701bd4f959a5b829107fb987e17e6dc3689e1d2940c 0.16 MB 304 30
312,042 312,042 00000000000000001c9d045fa3d3bf71d1d2e10a380f9b4956ca7972ddfd4592 0.34 MB 441 23
312,041 312,041 000000000000000023184d45cc3e63b661d781650daf7d498183966d7cc7d162 0.01 MB 27 20
312,040 312,040 00000000000000000a82788e025146fe749a76e834a258fc6e6b34db654574c1 0.61 MB 955 28
312,039 312,039 000000000000000017a6ab969c548c22682b4f7111b8f7ff63a0cdaccebeebf1 0.02 MB 43 27
312,038 312,038 000000000000000002ada699055e1063d082424f5d864f59ffc8136d684aaac2 0.13 MB 211 17
312,037 312,037 0000000000000000378085ddc2e9525d264335478ce29f1a37df7b0320771b22 0.78 MB 1,169 28
312,036 312,036 000000000000000009a289f308c7548516449e9012d104787700d10aa98ab855 0.75 MB 1,520 33
312,035 312,035 00000000000000000d0577554a9117af431db897cea298b0849dc497d2a8de7f 0.02 MB 30 10
312,034 312,034 000000000000000004fdacd16b5fac62a3e5b2ce6f33efc5d65daaee9f5e188a 0.08 MB 162 41
312,033 312,033 000000000000000000cd04695ea4b1512c63c817b3679a868dc84625e5e52c54 0.17 MB 276 26
312,032 312,032 00000000000000003086e85600dcaaf8b7fecbf9b0334191c283c66ce0a28a77 0.16 MB 276 29
312,031 312,031 000000000000000029170b5591a70d23b701e622b7e3548c9925ea479d3ee284 0.59 MB 1,105 32
312,030 312,030 00000000000000001e0b55d35467a3eb7b8b622c76c269f2362fb12d1d372d2f 0.10 MB 175 44
312,029 312,029 000000000000000034a67605f52b8c3af18b0ee8001972428e235f923c090124 0.03 MB 27 16
312,028 312,028 00000000000000001e0d4cf27e8bb996e8e8a2523c3fdf1ed8270103d69163d5 0.11 MB 179 16
312,027 312,027 00000000000000002d8f26a77b93295ff591d32a86ec6b2cc61881a244664555 0.03 MB 68 28
312,026 312,026 00000000000000000e8c9651007e5d60f14692d023682da72ae4e594cd57518a 0.56 MB 1,090 31
312,025 312,025 0000000000000000094600bb277f6e1d94940a4f7c051ab99c07b5c0c2905cb3 0.14 MB 248 25
312,024 312,024 00000000000000001e8e4529fff78ceb05e939da9f048d39e5689a5d3be9b788 0.21 MB 260 18
312,023 312,023 0000000000000000323aa1d50fe27c44c532c44478fc1330b59030ec2e096014 0.75 MB 1,437 29
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.